body, html {
	margin: 0px;
	font-family:verdana, sans-serif;
	background-color: #eaecf9;
}

#wrapper{
	width: 100%;
	height: 100%;
}

#nav {
	position: fixed;
	top: 30px;
	left: 0px;
	
	width: 100%;
	height: 50px;
	
	margin: 0px;
	padding: 0px;
	border-style: solid none;
	border-width: 1px;
	
	background-color: #FFFFFF;
	
	font-size: 20px;
	
	z-index: 20;
}

#nav ul{
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
	
#nav li { 
	float: left; 
	padding: 0; 
	margin: 0;
}

#nav li a { 
	width: 150px; 
	display: block; 
	text-align: center; 
	color: #000; 
	margin-right: 0px; 
	height: 50px; 
	line-height: 50px; 
	text-decoration: none; 
	font-size: 80%;
}

#nav li a:hover { 
	color: #f00; 
}

#nav ul ul { 
	display: none; 
	position: absolute; 
	z-index: 999; 
}

#nav li li { 
	float: none; 
}

#nav li li a { 
	background: #EBE7E6!important; 
	text-align: left; 
	height: auto; 
	line-height: 1; 
	width: auto; 
	padding: 8px 20px 8px 22px; 
	border: 1px solid #D0D0D0; 
	border-top: none; 
	margin-right: 0; 
}

* html li li { 
	display: inline; 
} /* IE6 Bugfix... */



#footer {
	position: fixed;
	bottom: 30px;
	left: 0px;
	
    width: 100%;
	height: 50px;
	
	margin: 0px;
	padding: 5px;
	border-style: solid none;
	border-width: 1px;
	
	background-color: #FFFFFF; 
	
	z-index: 20;
}

#mainpage {
	width: 80%;
	
	margin-left: 10%;
	padding-top: 7%;
	
	background-color: #eaecf9;
	
	font-size: 25px;
}

#indexpage {
	width: 80%;
	
	margin-left: 10%;
	padding-top: 10%;
	
	background-color: #eaecf9;
	
	font-size: 25px;
}

.conframe {
	width: 200px;
	height: 200px;
	float: left;
	margin: 40px;
}
.conpic {
	width: 200px;
	height: 150px;
	border-bottom: 2px solid;
	
	border: 2px solid;
	border-bottom: 1px solid;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.concaption {
	width: 200px;
	height: 50px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	background-color: #FFFFFF;
	
	border: 2px solid;
	border-top: 1px solid;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.slider {
	margin-left: 30%;
}

