/* === === === === === === === === === ===
	Desc: corpfolio
	Author: KELLY HINKSON
	Date: Oct 23, 2007
=== === === === === === === === === === */

/* === === === === === === === === === ===
	GENERAL LAYOUT
=== === === === === === === === === === */
#html{
	margin:0px;
	padding:0px}

body {
	margin:0px;
	padding:0px;
 	background:#ffffff;}

#contain{
	margin:15px auto;
	width:700px;
	background:#ffffff;
	position:relative}

#header{
	width:700px;
	height:200px;}

#wrap {
	margin: 0 auto;
	padding: 0;
	width:700px;
	background:#ffffff;}
 	
#content {
	float:left;
	background: #ffffff;
	width:400px}
	
#right {
	float:right;
	background: #ffffff;
	width:300px;}

#footer {
	margin: 0 auto;
	padding: 0;
	width:700px;
	height:100px;
	background:#ffffff;
	clear:both;}


h1 {
	font: 700 13px heveltica, Sans-Serif;
	letter-spacing: 0px;
	padding:30px 23px 0px 23px;
	margin: 0px 0px 0px;
	color: #000000;}
	
h5 {
	font: 400 12px Heveltica, Sans-Serif;
	padding: 10px 0px;
	margin:4px 0px 0px;
	color: #6e6513;
	text-align:center;}
	
p {
	font: 400 12px Heveltica, Sans-Serif;
	padding: 10px 60px 0px 10px;
	margin:0;
	line-height:16px;}

p a:link {
	text-decoration: none;
	color: #6e6513}

p a:visited {
	text-decoration: none;
	color: #6e6513}
	
p a:hover {
	text-decoration: underline;
	color: #6e6513}
	
p a:active {
	color: #6e6513}

a:link {
 	font: 400 12px Heveltica, Sans-Serif;
	text-decoration: none;
	color: #6e6513}
	
a:visited {
 	font: 400 12px Heveltica, Sans-Serif;
	text-decoration: none;
	color: #6e6513}
 
a:hover {
 	font: 400 12px Heveltica, Sans-Serif;
	color: #cccccc;
	text-decoration: none}
	
a:active {
	font: 400 12px Heveltica, Sans-Serif;
	color: #cccccc;
	text-decoration: none}

