/* 

Style sheet for andrewmartin.me

*/


body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	background: #000000 url('background.png');
	background-repeat:repeat-x;
}

* {
margin: 0 auto 0 auto;
text-align:left;
}

#mainPicture
{
margin-top:35px; 
width:720px;
height:485px;
background-color:#cccccc;
}

#mainPicture .picture
{
position:relative;
width:700px;
height:465px;
top:10px;
margin-left:10px;
background-image:url('andrew-martin-web.jpg');
background-repeat:no-repeat;
}

#headerTitle
{
position:absolute;
top:395px;
left:405px;
}  /* 16px, 474px  */  

#headerTitle h1
{
font-size:31px;
color:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

#headerTitle h2
{
font-size:15px;
color:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

#SocialNetworks
{
position:absolute;
top:355px;
left:640px;
font-size:12px;
color:#000000;
font-family: Georgia, "Times New Roman", Times, serif;
}

#SocialNetworks img
{
border: 0;
}

#footer {
text-align:center;
padding-top:20px;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
margin:0px;
}


