@charset "utf-8";
*{
	margin:0;
	padding:0;
	}
body {
	background-color:#fafafa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8e8e8e;
	}
#page_wrapper {
	height: 377px;
	width: 664px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -332px;
	margin-top: -188.5px;
	}
#content_wrapper {
	height: 350px;
	width: 662px;
	border: 1px solid #dfdfdf;
	}

#footer {
	text-align: center;
	padding-top: 10px;
	color: #aeaeae;
}
#header {
	width: 654px;
	height: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#header img {
	padding-top: 4px;
	float: left;
}
#header p {
	color: #9c9c9c;
	float: right;
	padding-top: 26px;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
}

#content {
	padding: 4px;
	width: 654px;
	height: 294px;
}
#left {
	float: left; 
	width:84px;
	height:294px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;
}

/*------------------------------------<site navigation rules>--------------------*/
#left ul {
	list-style: none;
	display: block;
}
#left ul li {
	display: inline;
}

#left ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #949494;
	outline:0;
	display: block;
	padding-left: 2px;
	width: 82px;
	height:13px;
}
#left ul li a:hover {
	text-decoration: underline;
	color: #646464; 
}
#left .msg_body {
	width: 84px;
}
#left .msg_body ul li a {
	width: 76px;
	margin-left: 4px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aeaeae;
	margin-top: 2px;
}
#left .msg_body ul li a:hover {	
	background-color:#efefef;
	text-decoration: none;
}
#left a.current {
	background-color: #efefef;
}
/*------------------------------------</site navigation rules>--------------------*/

#right {
	float:left;
	width: 565px;
	height: 294px;
	padding-left: 4px;
}

#right .profile p {
	padding-left:10px;
	text-align: justify;
	line-height: 1.3em;
}
#right .profile {
	width: 560px;
	padding-left: 4px;
}
#right h1 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}
#right  .profile img {
	float: right;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AEAEAE;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AEAEAE;
}
#right .press p {
	padding-left:10px;
	text-align: justify;
	line-height: 1.3em;
}
/*------------------------------------<contact page rules>--------------------*/
.contactbox h2 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}
.press  h2 {
	font-size: 11px;
	padding-bottom: 6px;
}
.broadsheets {
	padding: 15px;
	width: 216px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;
	float: left;
	margin-top: 6px;
}
.press  li {
	list-style-type: disc;
	padding-bottom: 5px;
}
.press  ul {
	padding-left: 15px;
}
.magazines {
	padding: 15px;
	width: 216px;
	margin-left: 10px;
	float: left;
	margin-top: 6px;
}
.press a {
	text-decoration: none;
	color: #7D7D7D;
}
.press a:hover {
	text-decoration: underline;
	color: #626262;
}



#contact_details {
	width: 210px;
	float: left;
	height: 200px;
}
.contactbox {
	width: 200px;
	padding: 2px;
	margin-bottom: 6px;
	margin-left: 5px;
}
#contact_form {
	float: left;
	width: 350px;
	height: 200px;
}
.btnright {
	text-align: right;
}

#contact_form h2 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}

.contactbox p {
	margin-left: 5px;
	line-height: 1.2em;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
.input_msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939393;
	background-color: #FFFFFF;
	height: 88px;
	padding-right: 2px;
	padding-left: 2px;
	width: 236px;
	border: 1px solid #dfdfdf;
	margin-left: 6px;
}
.input {
	width: 236px;
	margin-left: 6px;
	height: 18px;
	border: 1px solid #dfdfdf;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939393;
}
.button {
	height: 18px;
	width: 57px;
	border: 1px solid #e9e9e9;
	background-color: #8e8e8e;
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
/*------------------------------------</contact page rules>--------------------*/
