/* myhedspace_free09 - you're free to modify and clean this code :) */
body {
	background-color:#eee;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EEE;
}
#box {
width:660px;
height:550px;
top:50%;
left:50%;
margin-top:  -275px;
margin-left: -330px;
position:absolute;
}
#top {
width:660px;
height:16px;
background-image:url(images/bgtop.jpg);
background-repeat:no-repeat;
}
#middle {
width:660px;
height:523px;
background-image:url(images/bgbody.jpg);
}
#bottom {
width:660px;
height:14px;
background-image:url(images/bgbottom.jpg);
background-repeat:no-repeat;
}
#nav {
width:630px;
height:44px;
background-color:#333;
margin:0 auto;
}
#nav #logo {
display:inline;
float:left;
}
#nav #logo h1 {
padding:0;
margin: 14px 0 0 10px;
font-size:13px;
color:#FFFFFF;
text-transform:uppercase;
}
#nav #logo h1 a{
color:#FFFFFF;
text-decoration:none;
}
#nav #logo h1 span{
	color:#999;
}
#nav #menu {
display:inline;
float:right;
}
#nav #menu ul{
	padding:0;
	margin:16px 10px 0 0;
	font-size:12px;
	color: #FFF;
}
#nav #menu ul li{
list-style-type:none;
display:inline;
font-weight:bolder;
margin-left: 10px;
text-transform:uppercase;
}
#nav #menu ul li a{
text-decoration:none;
color:#FFFFFF;
}
#nav #menu ul li a:hover{
color:#999;
}
#main_img {
	width:630px;
	height:402px;
	background-image:url(images/Untitled-6.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	background-position: right center;
}
#main_text {
width:630px;
height:74px;
background-color:#333;
margin:0 auto;
}
#main_text p {
margin:0;
padding:0;
}
#main_text p a{
color:#FFFFFF;
text-decoration:none;
}
#welcome {
width:600px;
margin:0 auto;
padding: 10px 0;
}
#main_text h2 {
	margin:0;
	padding:0;
	color:#999;
	font-size:14px;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
}
#footer {
text-align:center;
color:#333;
clear:both;
}
#footer a{
text-decoration:none;
color:#333;
}

/*for innerpages*/
#inner_box {
width:660px;
margin:0 auto;
}
#inner_middle {
width:660px;
background-image:url(images/bgbody.jpg);
display:table;
color:#333333;
}
#left {
	float:left;
	width:450px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#left p{
	width:400px;
	margin:10px 0 10px 30px;
	text-align:justify;
	padding:0;
	font-size: 13px;
}
#left h2 {
	width:400px;
	margin: 0 0 0 30px;
	font-size:16px;
	padding:20px 0 0 0;
	font-variant: small-caps;
	text-transform: none;
}
#right {
	width:200px;
	font-size: 12px;
	left: 960px;
	top: 175px;
	float: left;
	border-left-width: 0.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-color: #000;
}
#right h3 {
	font-size:13px;
	border-bottom:1px #333 solid;
	width:140px;
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: 2pt;
}
#right ul{
	margin:0;
	font-size:12px;
	list-style-type:square;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 25px;
}
#right ul li a{
color:#333;
text-decoration:none;
}
#right ul li a:hover{
text-decoration:underline;
}
#inner_img {
	width:630px;
	height:112px;
	background-image:url(images/insideimg2.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	background-position: left;
}
