/*
 * || Properties ||
 * Author: Lucem Solutions
 * Date: 4/08/08
 * 
 * || Responsibilities ||
 * I am a stylesheet.
 * 
 * || History ||
 * 
 * || Attributes ||
 * 
 */
 
 body {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	background: #fff;
	font-family: arial, helvetica;
	}
	
#wrapper {
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	width: 100%;
	}
	
#body {
	position: relative;
	margin: 0 auto;
	padding-top: 200px;
	width: 100%;
	background-image: url(../../resource/images/header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	line-height: 1.5;
	font-size: 80%;
	}
	
#description {
	float: left;
	position: relative;
	display: table; /* must put this in for FireFox. */
	margin-top: -5px;
	padding-left: 10px;
	width: 75%;
	}
	
#right {
	float: left;
	position: relative;
	margin: 0 auto;
	padding-left: 10px;
	width: 22%;
	}
	
#content {
	position: relative;
	display: table; /* must put this in for FireFox. */
	margin-top: -5px;
	padding-left: 10px;
	width: 98%;
	}
	
#mycontainer {
	margin-top: -30px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	clear: both;
	background-color: #fff;
	border-bottom: 4px solid #948979;
	}
	
#mycontainer #subhead {
	margin-left: 30px;
	font-size: 11px;
	line-height: 1.6em;
	color: #999;
	}
	
#site {
	float: left;
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 33%;
	line-height: 1.5;
	font-size: 85%;
	text-align: center;
	}
	
#site img {
	border: 0px;
	}
	
#skills {
	float: left;
	position: relative;
	margin-bottom: 20px;
	width: 33%;
	}
	
#myfooter {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
	height: 100%;
	line-height: 1.5;
	font-size: 85%;
	text-align: center;
	}
	
a {
	color: #990000;
	}
	
a:visited {
	color: #666;
	}
	
a:hover {
	color: #333;
	background-color: #dcdcdc;
	text-decoration: none;
	}
	
h1 {
	margin-top: -3px;
	margin-bottom: 30px;
	background-color: #fff;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 26px;
	color: #990000;
}
	
/* --[ cflayout styles ]-- */
.ytab {
	padding: 10px;
	}