/* CSS Document */


body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #D2D989;
  margin:0 auto;
  padding:0;
  }
  
  
#wrap {
	margin: 0 auto;
	padding: 0;
	width:1000px;
	background:#4C4C4C;
	text-align:left;
	}

#main {
	width: 1000px;
	max-width:1000px;
/*	min-height:400px;*/
	background:#EAEDC6;
	margin: 0;
	/*float:left;
	border-left:#5582A0 solid thin;
	border-right:#5582A0 solid thin;*/
} 

#header {
	height:160px;
	background: url(images/header-bkgd.jpg) bottom right no-repeat #242526;
}

#menu {
	height: 40px;
	background: url(images/menu-bkgd.jpg) top right no-repeat #EEEEEE;
}

#content {
	width: 1000px;
	/*min-height:540px;*/
	min-height: 400px;
	padding:30px;
}

 
#footer {
	width: 100%;
	min-width:1000px;
	height: 30px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #46BEB9;
	background:#4C4C4C;
	text-transform:uppercase;
	clear:both;
	margin-top:30px;
}

#footer a, #footer a:hover { color:#46BEB9; text-decoration:none;}
#footer a:hover {color:#EAEDC6;}

#header h2 { 
	color:#46BEB9;
	font-size:16px;
	letter-spacing: 1px;
	padding-left: 30px;
}


/*------------------------------- general styling ----------------------------------*/


#content a {color:#46BEB9;text-decoration:none;} 
#content a:hover {color:#46BEB9; text-decoration:underline;}

p {
font-size:11px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.floated-text {
padding:10px 40px; 
float:left; 
}


/*------------------------------- pages styling ----------------------------------*/


.wide-column {
	width: 638px;
	padding:0px;
	border: 1px solid #D2D989;
	float:left;
}

.wide-column img {margin: 9px; border: 1px solid #46BEB9;}
.wide-column p { font-size:10px; margin: 9px;}

.title {
	background:#D2D989;
	color:#000000;
	padding: 4px;
	margin:0;
	display:block;
	width: auto;
	font-size:14px;
}

.side-column {
	width: 240px;
	padding:0px;
/*	margin-left:20px;*/
	font-size:12px;
	line-height:18px;
		color: #4c4C4C;
	//border: 1px solid #D2D989;
	float:left;
}


.button a, .button a:hover {
	padding: 5px 10px;
	margin: 0 9px 9px 9px;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	display:table; 
}

.button a:hover { background:url(images/button-over.jpg) repeat-x; }
.button a {	background:url(images/button.jpg) repeat-x;}