body
{
	position: relative;
	/*top:-16px;*/
	background-image: url('graphix/horizon.png');
	background-repeat: repeat-x;
	background-color: rgb(170,170,170);
}


h1
{
	text-align: center;
	font-family: nueva std cond;
}

h2
{
	text-align: left;
	/*font: 24px orator std;*/
	font: 20px courier;
	color: white;
	padding-left: 24px;
	padding-right: 24px;
}

h3
{
	text-align: left;
	font: 10px courier;
	color: green;
	padding-left: 24px;
	padding-right: 24px;
}


h4 /* Vid centering */
{
	text-align: center;
}

h5
{
	text-align: left;
	font: 14px courier new
	color: rgb(128,0,128);
}

p
{
	/*font: 14px courier new;  Changes my background placement ; ;*/
	font: 14px courier new;
	color: white;
	padding-left: 24px;
	padding-right: 48px;
}

li
{
	font: 14px courier new;
	color: white;
	padding-left: 24px;
	padding-right: 48px;
}

hr.resumeright
{
	width: 90%;
	align: left;
}

div.container
{

	/*background-position: center-top;*/
	position: relative;
	width: 1024px;
	margin: auto;
	
}

div.logo
{
	position: relative;
	top: 24px;
	left: 256px;
	color: white;
}

div.random
{
	position: relative;
	top: -30px;
}

div.buttonmain
{
	position: relative;
	top: 109px;
	left: 14px;
	
}

div.buttonproj
{
	position: relative;
	top: 88px;
	left: 113px;
}

div.buttonrev
{
	position: relative;
	top: 67px;
	left: 213px;
}

div.buttonabout
{
	position: relative;
	top: 47px;
	left: 313px;
}

div.buttonresume
{
	position: relative;
	top: 26px;
	left: 413px;
}

div.buttoncontact
{
	position: relative;
	top: 06px;
	left: 513px;
}


div.updatesection
{
	position: relative;

}


div.vstop
{
	background-image: url('graphix/post-top.png');
	background-repeat: no-repeat;
	background-position: left top; /*not doing anything..?*/
	position: relative;
	top: -22px; /* was 0 without Resume.h */


}

div.vsmid
{
	background-image: url('graphix/post-mid.png');
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	top: 32px;
}

div.vsbottom
{
	background-image: url('graphix/post-bottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	position:relative;
	top: 5px;
	padding-bottom: 10px;
	width:768px;
}


div.disclaimer
{
	text-align: center;
	position: relative;
	top: 50px;
	
}

div.links
{
	position: relative;
	font-family: tahoma;
}