body {
	text-align:center;
}

.container {
width:620px;
margin: 0 auto; 
height:600px;
background-image:url(../images/srp08_bg.jpg);
background-repeat:no-repeat;
text-align:left;
}

.leftcol {
width:400px;
float:left;
padding:20px;
border-left:4px solid #EDC8C2;
}

.rightcol {
width:150px;
float:left;
padding:10px;
margin-top:136px;
margin-right:0;
margin-left:0;
border-left:1px dotted #94DB97;
}

P, LI, Label, input, body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

H1 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:24px;
color:#B20000;
}

H2 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
color:#B20000;
}

a:link {
text-decoration:none;
font-weight:bold;
	color: #FD7810;
}
a:visited {
text-decoration:none;
font-weight:bold;
	color: #FD7810;
}
a:hover {
text-decoration:none;
font-weight:bold;
	color: red;
}
a:active {
text-decoration:none;
font-weight:bold;
	color: #FD7810;
}
