@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	margin-bottom:1px;
}


/*main construction elements*/

#container { /*contains every page element*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	height:auto;
	min-height:500px;
	width:800px;
	position:relative;
}

#header { /*contains every page element*/
	left:40px;
	top:15px;
	height:105px;
	width:720px;
	position:relative;
	border-bottom:#B3B3B3 1px dotted;
}
#logo {
	width:175px;
	height:90px;
	float:left;
}
#contacts_header {
	width:260px;
	height:90px;
	float:right;
}
#links_container {
	width:720px;
	height:16px;
	margin:20px 40px 0px 40px;
	position:relative;
	display:block;
	border:none;
}
#index_img {
	width:720px;
	margin:15px 40px 25px 40px;
	height:370px;
	background-color:#CCCCCC;
	position:relative;
}
#main_img {
	width:720px;
	margin:15px 40px 25px 40px;
	height:355px;
	position:relative;
}

#main_edit {
	width:720px;
	height:auto;
	margin:15px 40px;
	padding-bottom:30px;
}
#left360 {
	width:360px;
	height:auto;
	float:left;
}
#left500 {
	width:500px;
	height:auto;
	float:left;
}
#right315 {
	width:315px;
	height:auto;
	float:right;
}

/*clearfloat command*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	width:720px;
	height:115px;
	padding-top:10px;
	margin:20px 40px 0px 40px;
	position:relative;
	border-top:#B3B3B3 1px dotted;
}

#footer_base {
	margin:0px auto;
	width:800px;
	height:20px;
	position:relative;
}
#creditlink {
	width:760px;
	height:15px;
	text-align:right;
	margin:0px auto 25px auto;
}

hr { 
	height: 0; 
	border-style: dotted; 
	border-width: 1px 0 0 0;
	border-color:#B3B3B3;
}

/*inline graphics float commands*/

img.floatleft { 
    float: left; 
    margin-right: 10px;
	margin-bottom:5px;
}
img.floatright { 
    float: right; 
    margin-left: 10px; 
}
