@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

td {
	bordercolor:#BDCACA;
}

html {
	height: 100%;
}

body{
	background-color:#627979;
		height:100%;
}

#container {
	width:840px;
	height:100%;
	margin:auto;
	background-color:#FFFFFF;
}


/*////////////////////////// MAIN FORMATTING ///////////////////////////////*/
#header {
	width:840px;
	height:80px;
	display:block;
	border-bottom:solid;
	border-bottom-color:#607878;
}

.logo {
	padding-left:10px;
	padding-top:38px;
	width:282px;
	height:35px;
}

#siteby {
	float:right;
	margin-right:10px;
	height:14px;
}

#flash-image{
	width:840px;
	height:295px;
	background-color:#FFFFFF;
}

#menu{
	width:830px;
	height:14px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#607878;
}

.button{
	height:14px;
	float:left;
	padding-left:19px;
	padding-right:19px;
}

#main-content {
	width: 840px;
	height:100%;
	background-color:#FFFFFF;
	background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat;
	border-top:solid;
	border-top-color:#FFFFFF;
	float:left;
	display:inline;
	min-height:200px;
	height:auto!important;
	height:200px;
}


.side-image{
	margin-top:10px;
}

/*/////////////////////////// TEMPLATE ONE DIVS //////////////////////////*/

#left-column1 {
	margin-left:30px;
	margin-right:30px;
	margin-top:20px;
	width:200px;
	float:left;
	display:inline;
	min-height: 200px;
	height:auto!important;
	height:200px;
	text-align:center;
}

#right-column1 {
	margin-left:25px;
	margin-top:20px;
	width:550px;
	float:left;
	display:inline;
	min-height: 200px;
	height:auto!important;
	height:200px;
}

/*/////////////////////////// TEMPLATE TWO DIVS //////////////////////////*/

#right-column2 {
	margin-left:30px;
	margin-right:30px;
	margin-top:20px;
	text-align:center;
	width:200px;
	float:left;
	display:inline;
	min-height: 200px;
	height:auto!important;
	height:200px;
}

#left-column2 {
	margin-left:25px;
	margin-top:20px;
	width:550px;
	float:left;
	display:inline;
	min-height: 200px;
	height:auto!important;
	height:200px;
}