/*
##########################################################
##														##
##	AK-101 Homepage CSS Stylesheet						##
##	DESIGNED BY: Macklin Hartley						##
##														##
##########################################################
*/

*
{
margin: 0px;
padding: 0px;
}

html
{
}

body
{
text-align:center;
margin:0px auto;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #FFFFFF;
margin: 0;
padding: 0; 
width: 100%; 
height: 100%;
overflow: auto;
background: #000000 url(images/bg.jpg) top center no-repeat;
}

div
{
text-align:left;
margin:0px auto;
}

img
{
border: 0;
margin:15px;
}

p
{
padding: 15px;
display: block;
color: #EEEEEE;
font-size: 13px;
}

a
{
border: 0;
font-weight: bold;
text-decoration: none;
color: #FF7A37;
text-decoration:none;
outline: none;
}

a:visited
{
color: #FF7A37;
}

a:hover
{
color: #FFFFFF;
text-decoration:underline;
}

h1,h2,h3,h4,h5,h6,th
{
font-weight: normal;
}

h1
{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin-right: 0px;
color: #777777;
font-weight:normal;
font-size: 29px;
text-shadow: 0 0 15px #000000;
}

h1 strong
{
color: #EEEEEE;
letter-spacing: -1px;
font-size: 40px;
}

h1 a
{
color: #EEEEEE;
font-weight:normal;
}

h1 a:hover
{
color: #FFFFFF;
}

h1 strong a
{
color: #EEEEEE;
}

h1 strong a:hover
{
color: #FFFFFF;
}

h2
{
display:inline;
min-width:170px;
float:left;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 35px;
font-size:29px;
color: #eeeeee;
}

#wrap
{
width: 1050px;
margin: 67px auto 0 auto;
padding: 10px;
}

#inner
{
display: inline;
width:900px;
float:right;
}

#header
{
height: 310px;
}

#main
{
padding: 10px;
}

#content
{
margin: 20px 10px 10px 10px;
background: #171719;
border: #222222 1px solid;
}

#logo
{
margin: 10px;
float: left;
}

#footer
{
padding: 15px;
font-size: 11px;
text-align:right;
}
