/* CSS Document */

body {
background:#79f041f;
background-image: url(bg_image.gif) ;
background-repeat: repeat;
font:11px Verdana, Arial, Helvetica, sans-serif;
color:#333333;
margin:0px;
padding:0px;
line-height:150%;
} 

h3 {
font-size:11px;
color:#333333;
}

#container {
width:700px;
height:auto;
position: absolute; 
left: 50%;  
height: auto; 
margin-left: -350px;
}

#left_box {
margin-right:200px;
margin-top:50px;
background-color:#ffffff;
padding:50px 15px 30px 15px;
}

#right_box {
margin-top:100px;
float:right;
width:150px;
padding:10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
font-weight:bold;
color:#79041f;
background-color:#ffffff;
background-image:url(right_bg.gif);
background-repeat:no-repeat;
line-height:150%;
}

.line {
padding-top:10px;
border-top:#333333 3px solid;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#79041f;
text-align:center;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#333333;
text-align:center;
margin-top:-10px;
margin-bottom:40px;
}

a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #790417;
	text-decoration: underline;
}@charset "UTF-8";
/* CSS Document */

