/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;

}
body {
background-color:#81abd3;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: #000000;
text-align: center;
height:100%;
}
body a {
color:#81abd3;
}
body a:hover, body a:focus {
color:#DDDDDD;
}

h1 {

	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding:2px 0 2px 0;
}
h2 {

	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding:5px 0 5px 0;
}
p {

	padding:5px 0 5px 0;

}
.content2{
color:#000000;
}
#wrapper {
background-image:url(../images/bg.gif);
background-repeat:repeat-y;
width: 752px;
margin:0px auto;
text-align:left;
}
#logo {
width:300px; 
float:left;
}
#nav {
width:452px; 
float:right;
}
#left_img{
width:300px;
text-align:left;
float:left;
background-image:url(../images/graphic_left.gif);
background-repeat:no-repeat;
}
#content{
	width:447px;
	height:100%;
	text-align:left;
	float:right;
	padding-right: 5px;

}
#main_image_pad{
margin:9px 0 0 35px;
}
#main_image_pad2{
margin:9px 0 0 28px;
}
#footer {
width:752px;
margin:0px auto;
}
