/****************************************
*                                       *
*   Site:                               *
*   Author: Van Eldijk Studio's         *
*   Date:                               *
*                                       *
*   Last changed:                       *
*   Edited by:                          *
*                                       *
****************************************/

@import url("reset.css");
/* @TEMPLATE CSS */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	text-align: center;
}
a {
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
a:hover {
	color: #ff00ff;
}
#banner_text{
    left:50px;
    position:relative;
    top:-17px;
}
#main ul {
	list-style: disc;
	margin-left: 15px;
}
#main ul li {
	padding: 3px 0px;
	line-height: 1.5;
}
#wrap {
	width: 945px;
	text-align: left;
	margin: 0 auto;
}
#banner {
	width: 750px;
}
#menu {
	width: 750px;
	text-align: center;
	margin-left: 10px;
	height: 111px;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	color: #1f0f82;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	padding-top: 2px;
}
#menu ul li a:hover {
	color: #ffffff;
}
#menu a.cu:hover  #main {
	clear: both;
	width: 741px;
	font-size: 1.1em;
	border-style: solid;
	border-width: 0px 5px;
	border-color: #FFFFFF;
	padding: 5px;
}
#left {
	width: 290px;
	float: left;
}
#right {
	width: 450px;
	float: right;
	margin-top:8px;
}
#rightinside {
	margin: 0px;
}
#rightinside p {
	display: block;
	clear: both;
}
#right #img {
	float: left;
}
#form {
	float: right;
}
#form label {
	display: block;
	width: 50px;
	padding: 3px 0px;
}
#main p {
	padding: 4px 0px;
	line-height: 1.5;
}
#footer {
	text-align: center;
	height: 12px;
	padding: 5px;
}
#footer ul {
	margin-left: 130px;
}
#footer ul li {
 
	padding: 0px 5px;
	border-style: solid;
	border-color: #f8f400;
	border-width: 0px 2px 0px 0px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
}
h1.red {
	text-align: center;
	font-size: 1em;
	display: block;
	background-color: #ff00ff;
	padding: 10px;
	line-height: 1.5;
	margin: 5px;
	color: #fff;
}
h1.red a {
	color: #fff;
}
h1.red a:hover {
	color: #ff00ff;
}
#bpleft {
	width: 235px;
	float: left;
}
#bpright {
	background: #ffffff;
	float: right;
	padding: 10px;
}
#twit{
	margin-top:10px;
}