﻿body{
	background-color: #000000;
	font-family: "Calisto MT";
	margin: 0px;
	background-image: url('../images/abstract.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#intro{
	width: 800px;
	height: 600px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
}

.hiddenPic{
	display:none;
}

.container{
	width: 610px;
	margin: 0 auto;
}
.wrapper{
	background-color: #ffdcdc;
	color: #000000;
	width: 300px;
	background-image:url('../images/twrapper.gif');
	background-repeat: no-repeat;
	background-position:left top;
	margin: 10px;
}

.wrapper2{
	width: 280px;
	padding: 10px;
}

.wrapperbottom{
	background-image:url('../images/bwrapper.jpg');
	background-repeat: no-repeat;
	background-position:left top;
	width: 300px;
	height: 10px;
}

#main{
	margin: 0 auto;
	width: 900px;
	background-color: #000000;
	color: #000000;
}

#header{
	margin: 10px 0px 10px 0px;
	height: 150px;
	width: 630px;
}

#content{
	width: 630px;
	float: left;
	background-color: #FFFFFF;
	min-height: 250px;
	background-image: url('../images/tl.gif');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
}

#content .rightcorner{
	background-image: url('../images/tr.gif');
	background-position: right top;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	float: right;
}

#content h1{
	font-family: Vivaldi;
	font-size: 34px;
	color: #c00000;
	margin: 0px;
	padding: 0px;
}

#content h2{
	font-family: Vivaldi;
	font-size: 24px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#content h3{
	font-family: "Arial Black";
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#content p{
	margin: 0px;
	padding: 0px;
}

#content a{
	color: #000000;
	text-decoration: none;
}

#content a:hover{
	color: #a00000;
	text-decoration: underline;
}

#content table{
	border: 3px solid #000000;
	margin-bottom: 0;
}

#content table td{
	border: 1px solid #000000;
}

#content ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#content ul li{
	margin: 0px 0px 0px 5px;
	padding:: 0px;
}

#nav{
	width: 900px;
	background-image: url('../images/nav.jpg');
	background-repeat: repeat-x;
	height: 50px;
	text-align: center;
	float: left;
}

#nav .button{
	width: 90px;
	height: 50px;
	float: left;
	line-height: 50px;
	vertical-align: middle;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav{
	width: 900px;
	background-image: url('../images/nav.jpg');
	background-repeat: repeat-x;
	height: 50px;
	text-align: center;
	float: left;
}

#nav .button{
	width: 90px;
	height: 50px;
	float: left;
	line-height: 50px;
	vertical-align: middle;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav .button:hover{
	background-image: url('../images/button_animation.gif');
}

#nav .button a{
	color: #FFFFFF;
	text-decoration: none;
}

#nav .button a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#content2{
	width: 630px;
	float: left;
	background-color: #FFFFFF;
	height: 125px;
	overflow: hidden;
	background-image: url('../images/bl.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content2 .rightcorner{
	width: 10px;
	height: 125px;
	float: right;
	background-image: url('../images/br.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content2 h3{
	font-family: "Arial Black";
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#footer{
	float: right;
	width: 270px;
	height: 125px;
	overflow: hidden;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#footer p{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

#footer h1{
	font-family: Vivaldi;
	font-size: 28px;
	font-weight: bold;
	color: #c00000;
	margin: 0px;
	padding: 0px;
}

#footer .heading{
	font-family: Vivaldi;
	font-size: 20px;
	font-weight: bold;
	color: #c00000;
	padding: 0px;
	margin: 0px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #a00000;
	text-decoration: underline;
}

.button{
	width:100px; 
	margin: 0 auto; 
	background-color:#c00000; 
	text-align: center;
	color: #FFFFFF;
	font-family: "Arial Black";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.button:hover{
	color: black;
	background-color: #ffc0c0;
}