
body{
	/*background-color: navy;*/
	background-image: url(../images/backgroundgrad.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-attachment: fixed;
	background-color: #0066FF;
}

#main{
	background-color: #f0e68c;
	margin: 0px auto 0px auto;
	width: 900px;
	border-left: thick ridge black;
	border-right: thick ridge black;
	min-height: 600px;
}

#topimage{
	/*background-color: green;*/
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

img#imgtopheader{
	width: 800px;
	height: 150px;
}

#menubar{
	/*background-color: silver;*/
	height: 29px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-attachment: fixed;
	background-image: url(../images/topheaderbottom-2.png);
	background-position: bottom;
}

.menubutton{
	padding: 5px 25px 7px 25px;
	margin: 5px 15px 5px 15px;
	cursor: pointer;
	border-bottom: thin solid Black;
}

.menubuttonselected{
	background-color: orange;
	padding: 5px 25px 7px 25px;
	margin: 5px 15px 5px 15px;
	border-bottom: thin solid Black;
}

#maincontent{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	min-height: 400px;
}

h1.content{
	font-size: 20pt;
}

p.content{
	text-align: justify;
	/*height: 150px;*/
}

p.contentsignature{
	font: normal normal bold 16pt/normal John Handy LET;
	font-size: 16pt;
	text-align: right;
}

p.contentsignaturesub{
	text-align: right;
	font-size: 8pt;
}

#indeximgportrait{
	float: right;
	border: thin groove Gold;
	/*width: 159px;
	height: 168.5px;*/
	margin-left: 25px;
}

#cvaddress{
	text-align: center;
	font-size: 10pt;
}

.cvhead{
	
}

.cvtext{
	text-align: justify;
}

#experiencetable{
	border: thin outset Black;
}

.experiencetablehead{
	border: thin inset Black;
}

.experiencetableentry{
	border: thin inset Black;
}

.contactformelement{
	
}

#contactform{
	width: 390px;
}

#maincontentcontactleft{
	width: 400px;
}

#bottomfooter{
	clear: both;
	margin-top: 10px;
	background-color: Scrollbar;
	height: 20px;
	border-top: thin solid black;
}

#bottomfooterinner{
	margin-left: auto;
	margin-right: auto;
	width: 785px;
}

#bottomcopy{
	
}

#bottomdesign{
	margin-left: 355px;
}

.portsiteouter{
	border: thin solid black;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 273px;
}

.portsiteleft{
	width: 310px;
	float: left;
}

.portsiteright{
	width: 420px;
	margin-left: 315px;
	padding: 3px;
}

.portsitetitle{
	color: Black;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

.portsiteimg{
	width: 300px;
	height: 272px;
}

.portsitedesc{
	
}

.bold{
	font-weight: bold;
}