/* CSS Document */

html, body {
background-image:url(images/bg_red_green.jpg);
background-repeat:repeat-x;
font-size:100%;
color:#000;
font-family:"Times New Roman", Times, serif;
}

h1 {
margin:0px;
padding:0px;
border-bottom:1px dashed #990000;
font-size:150%;
text-align:center;
}

a, a:link {
color:#990000;
text-decoration:underline;
}

a:visited {
color:#006600;
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#006600;
text-decoration:underline;
}

#wrapper {
margin:35px auto;
width:940px;
padding:0px;
background-color:#f0f0f0;
border:2px solid #990000;
}

#left {
margin:0px;
padding:0px 15px;
width:350px;
float:left;
}

#content {
margin:0px;
padding:0px 15px;
width:500px;
float:left;
border-left:1px solid #990000;
}

#footer {
font-size:75%;
padding:2px;
border-top:1px solid #990000;
}

.bold {
font-weight:bold;
}

.clear {
clear:both;
}

.colbottom {
margin-bottom:0 !important
}

.red {
	color:#F00;
}

.under {
text-decoration:underline;
}




