html {
	font-family: georgia;
}

#content {
	width: 857px;
}
			
#header {
	width: 828px;
	height: 89px;
	margin-top: 50px;
	background-image: url('../Images/header.jpg');
}
			
#borderTop {
	margin: 0px;
	padding: 0px;
	width: 857px;
	height: 25px;
	background-image: url('../Images/borderTop.png');
}
			
#borderLeft {
	margin: 0px;
	padding: 0px;
	width: 31px;
	height: 385px;
	float: left;
	background-image: url('../Images/borderLeft.png');
}
			
#main {
	margin: 0px;
	padding: 0px;
	width: 795px;
	height: 385px;
	float: left;
	background-color: #FFFFFF;
}
			
#borderRight {
	margin: 0px;
	padding: 0px;
	width: 31px;
	height: 385px;
	float: left;
	background-image: url('../Images/borderRight.png');
}
			
#borderBottom {
	margin: 0px;
	padding: 0px;
	width: 841px;
	height: 34px;
	background-image: url('../Images/borderBottom.png');
}

#leftMain {
	width: 627px;
	height: 385px;
	float: left;
}

.myButton {
	margin-top: 1px;
	width: 162px;
	/*height: 63px;*/
	height: 76px;
	float: right;
	/*font-size: 18px;*/
	font-size: 18pt;
	/*font-weight: bold;*/
	line-height: 76px;
	color: white;
	/*text-align: left;*/
	background-color: #021629;
	cursor:pointer;
	text-decoration: none;
}

a.button div{
}

a.button:hover div{
	background-color: #1b2936;
}

#transBorder {
	width: 3px;
	height: 385px;
	float: left;
	opacity: .35;	
	filter:alpha(opacity=35);
	background-color: #FFFFFF;
}

#rightMain {
	width: 165px;
	height: 385px;
	float: left;
	text-align: center;
	background-color: #AAAAAA;
}

#titleBoxArea {
	width: 627px;
	height: 28px;
	opacity: .8;
	filter:alpha(opacity=80);
	background-color: #222222;
}

#titleBox {
	display: table-cell;
	/*padding: 2px;*/
	color: white;
	font-size: 14pt;
	font-style: italic;
	width: 627px;
	height: 28px;
	text-align: center;
}

#messageBoxArea {
	width: 627px;
	height: 46px;
	opacity: .8;
	filter:alpha(opacity=80);
	background-color: #222222;
}

#messageBox {
	display: table-cell;
	/*padding: 2px;*/
	color: white;
	font-size: 12pt;
	font-style: italic;
	width: 627px;
	height: 43px;
	text-align: center;
}

#tableStyle {
	width: 627px; 
	height: 385px; 
	overflow: auto;
}

.shadow {
	width: 171px;
	height: 86px;
	background-image: url('../Images/shadow.png');
}

#overlay {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .6;
	position: absolute;
	top: 0px;
	left: 0px;
}

img.a {
	border:1px solid black;
	width:160px;
	height:80px;
	float:left;
}
a.icon div {
	width:171px;
	height:86px;
	cursor:hand;
	float:left;
}
a.icon:hover div {
	background-image:url(../Images/shadow.png);
}

.finish {
	border:1px solid black;
	width:181px;
	height:154px;
	float:left;
}

#contactPicture {
	width: 380px;
	height: 385px;
	float: left;
}
			
#contactText {
	margin-left: -5px;
	padding-top: 28px;
	width: 230px;
	height: 361px;
	float: left;
}
			
#contactBox {
	padding: 10px;
	font-size: 11pt;
	font-weight: bold;
	width: 200px;
	text-align: left;
	border: solid 2px; black;
}

#aboutLeft{
	padding-left: 80px;
	padding-right: 40px;
	width: 189px;
	height: 385px;
	font-size: 10pt;
	background-image: url('../Images/aboutBack.png');
	text-align: left;
	color: #FFFFFF;
	float: left;
	overflow: auto;
}

#imagine{
	font-size:14pt;
	font-style: italic;
}

#aboutRight{
	width: 300px;
	height: 385px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('../Images/right2.png');
	background-repeat: no-repeat;
	color: #000000;
	float: left;
}