/* CSS Document */

* {
	/*border:1px dotted #fff;*/
	margin:0;
	padding:0;
}
body {
	background-color:#f60; /*#09f;*/
	color:#666;
	background-image:url(/images/skyline_3.gif);
	background-position:center top;
	background-repeat:repeat-x;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
h1, h2, h3, h4, h5, h6 {

	font-family:"Baskerville Old Face", "Times New Roman", sans-serif, serif;
	color:#333;
}
a, img {
	border:none;
	outline:none;
}
p {
	line-height:2em;
}
fieldset {
	border:none;
}
#page {
	width:850px;
	margin:0 auto;
}

#pageheader {
	width:800px;
	margin: 0 auto;
}
#pageheaderlogo {
	width:200px;
	height:100px;
	float:left;
}
#pageheadermenu {
	width:500px;
	height:100px;
	float:right;
}
#pageheadermenu ul {
	list-style:none;
	float:right;
	padding:20px 0 0 0;
}
#pageheadermenu li {
	display:inline;
	padding:0 0 0 20px;
}

#main {
	float:left;
	width:850px;
	margin:0 auto;
}

#maintop {
	background-image:url(/images/main_bkg_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:65px;
}
#mainmiddle {
	background-image:url(/images/main_bkg_middle.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#content {
	width:750px;
	margin:0 auto;
}
#col1,
#col2,
#col3,
#col4 {
	width:180px;
	float:left;
	
}
#content ul {
	list-style-type:none;
}
#contenttitle {
	top:-30px;
	position:relative;
}
#contentmain {
	top:-20px;
	position:relative;
}
#contentmain p {
	text-align:justify;
	padding:0 0 20px 0;

}
#contentmain .content_image {
	width:200px;
	height:200px;
}
#contentmain .right {
	padding:0 0 0 10px;
	float:right;
}
#contentmain .left {
	padding:0 10px 0 0;
	float:left;
}
#mainbottom {
	background-image:url(/images/main_bkg_bottom.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:30px;
}


#footer {
	width:750px;
	margin:0 auto;
	text-align:center;
	font-size:90%;
	color:#fa6;
}










.box {
	display:inline;
}
.box:after {
    visibility: hidden;
    height: 0; 
    display: block; 
    clear: both; 
    content: "."; 
}
* html.box {
	height: 1%;
}
.box {
	display: block;
}
