/* CSS Document for SG: Affirmation*/

html {
margin: 0;
padding: 0;
height: 100%;
}

body {
margin: 0;
height: 100%;
background: #000;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
color: #ccc;
line-height: 1.6em;
}

h1 {
margin: 0 0 10px 0;
font-size: 26px;
color: #89864F;
}

#wrapper {
width: 815px;
margin: 0 0 0 15px;
height: 846px;
}

#header {
width: 588px;
height: 244px;
background-image: url(layout/header.jpg);
background-repeat: no-repeat;
float: left;
}

#menu {
width: 227px;
height: 369px;
margin: 0;
float: right;
}

#anti {
clear: both;
}

#content {
width: 588px;
min-height: 395px;
background-image: url(layout/wrapperbg.jpg);
background-repeat: no-repeat;
margin: -145px 0 0 0;
}

#text {
width: 479px;
margin: 0;
text-align: left;
padding: 20px 0 0 45px;
}

img {
border: 0;
}

a:link {
text-decoration: none;
color: #a10000;
}
a:visited {
text-decoration: none;
color: #a10000;
}
a:hover {
text-decoration: underline;
color: #89864E;
}
a:active {
text-decoration: none;
color: #a10000;
}

textarea,select,input,option {
background: #000;
padding: 2px;
border: 1px solid #7D1E56;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
}