/* CSS Document */

* { 
margin:0;
padding:0;
border:0;
}
body {
margin:0;
padding:0;
border:0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
color:#000;
text-align:center;
}


/*
** Elements
*/
h2,h3,h4 {
margin-top:0.75em;
margin-bottom:0.75em;
}

a {
}
a:hover {
}
p {
margin-bottom:1em;
font-size:14px;
line-height:22px;
}

ul {
}

ul li {
line-height:20px;
}

.error {
color:#F00;
font-weight:bold;
}

/*
** Basic, Alternative Coloring Styles
*/

.color1 {
}
.color2 {
}
.color3 {
}

.bg1 {
}
.bg2 {
}
.bg3 {
}


/*
** Basic Layout Styles
*/

#wrapper {
width:760px;
margin:10px auto;
background:#EEE;
text-align:left;
}



/*
** Logo Wrapper
*/
h1 {
padding:0;
border:0;
font-size:22px;
}


/*
** Headers, footers, other site-wide layout-ish things
*/
#header {
background:#DDD;
}
#footer {
background:#DDD;
text-align:center;
}