body{
	background: #252525 url(../images/bg.jpg) repeat-x top left;
	padding:0px;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
}
h1{
	font-size:20px;
	margin-bottom:0px;
}

li.extraspace{
	margin-top:10px;
}
li.bold{
	font-weight:bold;
	font-size:12px;
}

input, textarea{
    border: 0px none transparent;
}

a{
	font-weight:bold;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
}
a:hover{
	background-color:#FFF;
	color:#000;
}
.bg_cgid{
	position:absolute;
	background: transparent url(../images/bg_cgid.jpg) no-repeat top left;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	
}
.container{
	position:relative;
	margin-left:20px;
	margin-right:auto;
	margin-top:190px;
	background: transparent url(../images/mugshot.png) no-repeat top left;
}
.header
{
    position:absolute;
    top:42px;
    right:10px;
    text-align:right;
}
    .header a.menu_item
    {
        font-size:14px;
    }
    .header h1
    {
        background-color:#000;
        margin-bottom:30px
           
    }
.main{
	position:relative;
	left:130px;
	width:250px;
	font-size:10px;
	text-align:justify;
}
.mugshot
{
    position:relative;
}
.name
{
    font-size:18px;
}

input.contact_name{
    width:250px;
}
textarea.contact_msg{
    width:250px;
    height:150px;
}

ul{
	font-size:10px;
	padding-left:0px;
	margin-top:0px;
	list-style: none;
}
.sendtofriend{
	position:relative;
	bottom:0px;
	left:5px;
	right:0px;
	height:25px;
	margin-top:20px;
	font-size:9px;
}
.sendtofriend input{
    position:relative;
    display:inline;
    width:90px;
    top:1px;
    padding-top:1px;
    color:#333;
    font-size:10px;
    font-weight:bold;
    
    
}
.contact_send
{
    position:relative;
    display:block;
    font-size:14px;
    margin-top:10px;
    text-align:center;
    
}
