/* CSS Document */

* {

margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing:1px;
}

.menu_item {
float:left;
width:120px;
text-align:center;
background-color:#FF6666;
height:68px;
}

#menu {
position:relative;
left:30px;
top:28px;
font-weight:bold;
font-size:16px;
}

#menu table tr td {
font-size:13px;

}

#menu table tr td a{
text-decoration:none;
color:#000000;

}

#container {

width:995px;
margin-left:auto;
margin-right:auto;
margin-top:22px;
}

#header {
background-image:url(../images/header.jpg);
background-repeat:no-repeat;

height:107px;
margin-bottom:40px;
}

h1 {
color:#78a7d5;
font-size:24px;
margin-bottom:30px;
}

h2 {
color:#78a7d5;
font-size:14px;
margin-bottom:10px;
}

p {
margin-bottom:30px;
line-height:20px;

}

#left_content {

width:210px;
height:450px;
float:left;

margin-bottom:40px;
}

#right_content {


width:650px;

float:left;

margin-left: 10px;
margin-bottom:40px;
}


#content_header {

height:30px;
margin-bottom:10px;

}

#left_column {

width:300px;
float:left;
margin-right:30px;

}


#right_column {

width:300px;
float:left;
}

#footer {

height:30px;
clear:both;
text-align:center;

}
