body {
margin : 0;
padding : 0;
font : 75% verdana, "Trebuchet MS", arial, tahoma, sans-serif;
color : #000000;
background : #ffffff url(images/site_bg.jpg) repeat-y top center;
}

#container {
width : 720px;
min-height : 100%;
margin-left : auto;
margin-right : auto;
padding : 0;
}

#header1 {
clear : both;
width : 720px;
height : 61px;
background : url(images/site_hdr1.jpg) repeat-y top left;
}

#header2 {
clear : both;
width : 520px;
height : 35px;
background : url(images/site_hdr2.jpg) repeat-y top left;
padding : 30px 0 0 200px;
font : bold 160% "Times New Roman", verdana, tahoma, sans-serif;
color : #00608C;
}

#left_col {
float : left;
width : 160px;
margin : 0 0 0 0;
text-align : center;
}

.left_menu {
width : 154px
}

.left_menu ul {
padding : 0;
margin : 0;
}

.left_menu li {
list-style : none;
width : 148px
height : 30px;
padding : 0px 3px 0px 3px;
background : url(images/site_bgmenu.jpg);
line-height : 30px;
}

#right_col {
width : 536px;
margin-left : 160px;
min-height : 450px;
padding : 10px;
background : #ffffff;
color : #404040;
}

			/*FOOTER*/
#footer {
margin-top : 20px;
}

#footer_left {
padding-left : 10px;
float : left;
color : #404040;
height : 65px;
}

#footer_right {
padding-left : 10px;
margin-left : 170px;
color : #404040;
background : #ffffff url(images/site_dia.jpg) no-repeat center;
height : 65px;
border-top : solid 1px #eee;
}

			/*TYPOGRAPHY*/
h1 {
font : bold italic 120% "Times New Roman", verdana, tahoma, sans-serif;
color : #00608C;
}

h2 {
font : bold 100% "Times New Roman", verdana, tahoma, sans-serif;
color : #00608C;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #00608C;
}
a:hover {
text-decoration : underline;
color : #808080;
}

a img {
border : 0;
}

			/*IMAGES*/
.imgleft {
float : left;
padding-left : 15px;
}