@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}



#wrapper {
	width: 870px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}

#banner {
	padding-bottom: 20px;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	height: 140px;
}

#banner img  {
	
	text-align: center;
}

#contentwrapper {

}

#maincontent {
	float: left;
	width: 398px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 180px;
	margin-top: 40px;
	display: inline;
	font-size: 14px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 40px;
	height: 350px;
}

#maincontent .email a {
	font-size: 14px;
	color: #00A9D1;
}
#maincontent .email a:hover {
	font-size: 14px;
	color: #A97949;
}


#menuleft {
	float: left;
	width: 160px;
	margin-left: -620px;
	margin-top: 40px;
	height: 350px;
}

#menuleft ul {
	line-height: 150%;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px 8px 8px 0px;
	font-size: 14px;
	text-decoration: none;
	width: 160px;
}

#menuleft li {
	text-indent: 25px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menuleft a {
	text-decoration: none;
	font-size: 14px;
	color: #333333;
	display: block;
	text-transform: none;
	padding: 4px 5px;
	background-image: url(assets/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#menuleft a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(assets/images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#menuleft #index {
	background-color: #ffff00;
}

#menuleft #aboutus {
	background-color: #ff8000;
}

#menuleft #actors {
	background-color: #666666;
}
#menuleft #roleplay {
	background-color: #00A9D1;
}

#menuleft #training {
	background-color: #A97949;
}

#menuleft #conferences {
	background-color: #ffff00;
}

#menuleft #contactus {
	background-color: #ff8000;
}

#menuleft #links {
	background-color: #666666;
}

#picturesright {
	float: right;
	width: 250px;
	margin-top: 40px;
	height: 350px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 9px;
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
}

#footer .links a {
	color: #a97949;
	text-decoration: none;
	font-size: 10px;
}

#footer .links a:hover {
	color: #00A9D1;
	text-decoration: none;
}

#footer .email a {
	font-size: 14px;
	color: #00A9D1;
}

#footer .email a:hover {
	font-size: 14px;
	color: #A97949;
}

#footer .regoffice {
	color: #333333;
	font-size: 9px;
}

#footer .telephone {
	font-size: 12px;
	color: #000000;
}

#picturesright img {
	float: right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A97949;
	border-bottom-color: #A97949;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #00A9D1;
	border-left-color: #00A9D1;
}
#contactpicturesright img {
	float: right;
	margin-bottom: 20px;
	padding-right: 1px;
	padding-left: 1px;
}
#contactpicturesright {
	float: right;
	width: 250px;
	margin-top: 40px;
	height: 350px;
}
#roleplaycontent {
	float: left;
	width: 398px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 180px;
	margin-top: 40px;
	display: inline;
	font-size: 14px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 40px;
	height: 430px;
}
#linkscontent {
	float: left;
	width: 398px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 180px;
	margin-top: 40px;
	display: inline;
	font-size: 14px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 40px;
	height: auto;
}
#linkscontent .email a {
	font-size: 14px;
	color: #00A9D1;
}
#linkscontent .email a:hover {
	font-size: 14px;
	color: #A97949;
}
