/*---------------------------------------------------------------------------------
  Body
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */
body {
	width:  100%;
	height:  100%;
	color:#666;
	font: normal 12px/1.4 Tahoma, Arial, Helvetica, Sans-Serif;
}
body #wrap {
	position:  relative;
	width:  929px;
	margin:  0 0 0 60px;
	padding: 0;
	background-color:  #fff;
	margin-top:20px;
}
img {
	border:0
}
/* Removes dotted edges on links: */
a:active {
	outline: none;
}
:-moz-any-link:focus {
outline: none;
}
/* end: */
	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
}
a {
	color:#666;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: underline;
}
ol, ul {
	list-style: none;
}
.clear {
	clear:  both;
	height:  0px;
	overflow:  hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*---------------------------------------------------------------------------------
  Header
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

body #header {
	margin-bottom: 0px;
	min-height: 1px;
}
body #header #logo {
	float: left;
	display: block;
	width: 248px;
	margin: 10px 402px 0 0;
}
body #header #menutext {
	float: left;
	display: block;
	width: 240px;
	margin: 10px 0 0 0;
}

/*---------------------------------------------------------------------------------
  Content Area
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#main{
	width:929px;
	height:550px; /*specify site height */
}
#imagearea {
	float:left;
	width:630px;
	height:450px;
	text-align:center;
	margin-top:40px;
}
#imageareamulti {
	float:left;
	width:630px;
	height:auto;
	text-align:center;
	margin-top:40px;
}
#imageareamulti img{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	top: 0px;
}
#nav {
	float:left;
	width:279px;
	height:450px;
	margin-top:20px;
	margin-left:20px;
}
#nav li { margin-bottom:10px;
}
#nav a { 
	color:#999;
	text-decoration:none;
}
#nav a:hover { 
	color:#666;
	text-decoration:none;
}	
#nav .active { 
	color:#666;
	text-decoration:none;
}	


/*---------------------------------------------------------------------------------
  Footer
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

#footer {
	width:929px;
	color:#636363;
	font-family:Arial, Verdana, sans-serif;
	font-size:9px;
	line-height:10px;
	text-align:center;
	height:20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
}
#footer a {
	color:#636363;
	font-weight:normal;
}
#footer a:hover, #footer a:active {
	color:#333;
	text-decoration:none;
}
.footer_address {
	float:left;
}
.footer_copyright {
	float:right;
	color:#6380a3;
}
