/* myhedspace_free09 - you're free to modify and clean this code :) */
body {
	background-color:#030303;
	background-image:url(./images/2010camaro.png);
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}
img.rightfloater {
	float:right;
	border:none;
	padding:20px 10px 10px 10px;
}
li.twitta {
	font-size:11px;
	line-height:13px;
	width:380px;
}
li.next {
	color:#096;
}
li.cjob {
	color:#603;
}

#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;
}

/* for all pages */
#allpageTop {
	width:660px;
	height:16px;
	background-image:url(./images/bgtop.jpg);
	background-repeat:no-repeat;
}
#allpageBottom {
	width:660px;
	height:14px;
	background-image:url(./images/bgbottom.jpg);
	background-repeat:no-repeat;
}
#nav #allpageMenu {
display:inline;
float:right;
}
#nav #allpageMenu ul{
padding:0;
margin:16px 10px 0 0;
font-size:12px;
}
#nav #allpageMenu ul li{
list-style-type:none;
display:inline;
font-weight:bolder;
margin-left: 10px;
}
#nav #allpageMenu ul li a{
text-decoration:none;
color:#FFFFFF;
}
#nav #allpageMenu ul li a:hover{
color:#999;
}
#allpageFooter {
text-align:center;
color:#999999;
clear:both;
}
#allpageFooter a{
text-decoration:none;
color:#999999;
}
#allpageFooter a:hover{
text-decoration:underline;
}

/* for the main page */
#mainpageBox {
	width:660px;
	height:550px;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-330px;
	position:absolute;
}
#mainpageMiddle {
	width:660px;
	height:523px;
	background-image:url(./images/bgbody.jpg);
}
#mainpageImg {
width:630px;
height:402px;
background-image:url(./images/mainImg20.jpg);
background-repeat:no-repeat;
margin:0 auto;
}
#mainpageText {
width:630px;
height:74px;
background-color:#333;
margin:0 auto;
}
#mpgtxtLeft {
	width:455px;
	float:left;
}
#mpgtxtRight {
	float:right;
}
#mainpageText p {
font-size:12px;
color:#cccccc;
margin:10px;
padding:0;
}
#mainpageText p a{
color:#FFFFFF;
text-decoration:underline;
}
#mainpageText h2 {
text-transform:uppercase;
padding:0;
color:#CCCCCC;
font-size:15px;
margin:0 10px 0 10px;
padding-top:5px;
}

/*for innerpages*/
#innerpageBox {
width:660px;
margin:0 auto;
}
#innerpageMiddle {
width:660px;
background-image:url(./images/bgbody.jpg);
display:table;
color:#333333;
}
#innerpageImg {
width:630px;
height:160px;
background-color:#000000;
/* background-image:url(./images/innerImg10.png); */
background-repeat:no-repeat;
margin:0 auto;
}
#innerpageMidLeft {
float:left;
width:420px;
margin:5px 0 5px 30px;
}
#innerpageMidLeft p {
font-size:12px;
text-align:justify;
padding:0;
}
#innerpageMidLeft h2 {
font-size:16px;
}
#innerpageMidLeft ul{
margin:0;
padding:2px 0 2px 20px;
list-style-type:square;
}
#innerpageMidLeft li{
padding-bottom:3px;
font-size:11px;
line-height:13px;
}
#innerpageMidRight {
float:right;
width:150px;
border-left: 1px #333 dotted;
padding:0 30px 0 10px;
}
#innerpageMidRight h3 {
font-size:13px;
border-bottom:1px #333 solid;
padding:5px 10px 0 0;
}
#innerpageMidRight ul{
margin:0;
padding:2px 0 2px 20px;
font-size:10px;
list-style-type:square;
}
#innerpageMidRight ul li a{
color:#333;
text-decoration:none;
}
#innerpageMidRight ul li a:hover{
text-decoration:underline;
}

/* not sure what this is */
#welcome {
width:600px;
margin:0 auto;
padding: 10px 0;
}
