@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0;}

body { background:#FFF; font-family:Georgia, "Times New Roman", Times, serif; color:#414042; background:url(../images/Resume-Background-Tile.jpg); background-repeat:repeat;}

#container { width:940px; margin:auto;}
#header { width:940px; height:80px; background:url(../images/Content-Header.png); background-position:bottom; background-repeat:no-repeat;}
#content {width:940px; background:url(../images/Content-Tile.png); background-repeat:repeat-y;}
#content h1 { font-size:26px; text-align:center; padding-bottom:10px;}
#content h2 {background:url(../images/Banner.png); background-repeat:no-repeat; color:#FFF; font-size:18px; padding-left:50px; padding-top:11px; height:50px; text-shadow: 2px 2px #414042;}
#content p { width:820px; margin-left:60px; font-size:15px; padding-bottom:15px;}
#content ul { width:780px; margin-left:80px; font-size:15px; padding-bottom:15px;}
#content a img { padding: 5px; border: 1px solid #CCC;}
#content a img:hover {background: #414042;}
#footer { width:940px; height:50px; background:url(../images/Content-Footer.png); background-position:top; background-repeat:no-repeat;}
#portfolio {width:830px; margin-left:53px; padding-bottom:15px;}
#menu {position: fixed; width: 940px; height:50px; background-image:url(../images/Menu-Banner.png); background-repeat:no-repeat; background-position:center;}
#menu ul {list-style-type:none; margin:0; padding:0; padding-top:16px; padding-bottom:6px; font-size:12px;}
#menu li { display:inline;}
#menu a:link,a:visited { color:#FFFFFF; text-align:center; padding:6px; text-decoration:none; text-shadow: 2px 2px #414042;}
#menu a:hover,a:active { text-decoration:underline;}

.anchor{ display: block; height: 60px; margin-top: -60px; visibility: hidden;}

p a:link, p a:visited { color:#cf0f00; text-decoration:underline;}
p a:hover {color:#000; text-decoration:underline;}