/*
-----------------------------------------------
(c) 2008 Chris Saribay
CS Creative Services

Please don't steal my stuff.
No part of this document may be used without
prior permission from Chris Saribay. Period.

----------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	background: #ebedef url(/images/bg.gif) repeat-x;
	font-size: 11px;
	color: #333;
}

#container-screen {
	width: 742px;
	margin: 20px auto;
}

#container {
	width: 742px;
	margin: 20px auto;
}


#header ul {
	position: relative;
	bottom: 75px;
}

#header li {
	font-size:13px;
	list-style-type: none;
	text-align: right;
	color: #888;
}

#header li span {
	color: #888;
	font-size: 12px;
}

#resume
 {
	
	background-color: #fafafa;
	padding: 20px 20px 0 20px;
	border: solid #cccccc 1px;
}

#header-screen {
	background-color: #fafafa;
	padding: 5px;
	border: solid #cccccc 1px;
	text-align: center;
	font: 11px Helvetica;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#7e95b1
}

#header-screen a:link, #header-screen a:active, #header-screen a:visited {
	color:#7e95b1;
	text-decoration:none;
}

h1 {
	margin: .90em 0 .75em;
	font: 14px Helvetica;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#7e95b1;
}

#over h1 {
	margin:-1.5em 0 .75em;
	font: 14px Helvetica;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#7e95b1;
}

h2 {
	font-weight: bold;
        font-size: 11px;
	line-height:1.6em;
}

p {
	padding-bottom: 20px;
	text-align: left;
	line-height:1.6em;
	font-size: 11px;
	color: #333;
}

#copyright {
padding-top: 15px;
}

#copyright p {
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	color: #666666;
}

#copyright a:link, #copyright a:active, #copyright a:visited
 {
  color: #555555;
  text-decoration:none;
  border-bottom: 1px dotted #999999;
}
