/* CSS Document */

/* Redefinitions */

body{
	font-size:16px;
	margin:0px;
	padding:0px;
	position:relative;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
}

h1{
	font-size: 100%;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222E4A;
	margin-right:30px;
}

h2{
	font-size:90%;
	margin: 10px;
	margin-bottom: 30px;
}

h3{
	font-size:85%;
	margin:20px;
	font-weight: bold;	
}

p{
	font-size: 80%;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
}

img{
	margin-left: 10px;
	margin-bottom:20px;
}

a{
	color: #182952;	
}

a h3{
	margin-left:30px;
	font-size:80%;
	font-style: italic;
}

a img{
	border:none;
}


/* IDs */

#content{
	width:1200px;
	height:auto;
	min-height:800px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../images/star_background.png);
	background-repeat: repeat-y;
}

#header{
	width:600px;
	height:150px;
	margin-left:300px;
	padding-top:10px;
	font-size:350%;
	font-weight: bold;
	color: #eeeeee;
	background:url(../images/title.png);
	background-repeat:no-repeat;
}

#header p{
	visibility:hidden;
}

#navigation{
	margin-left: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#navigation ul,ol {
	list-style-type: none;
	margin:0;
	padding:0;
}

#navigation li{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigation a{
	font-size: 14px;
	color: #eeeeee;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 133px;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-weight: bold;
	padding-top:10px;
	margin-bottom: 10px;
	text-align: center;
}

#navigation li.activelink a{
	background-image: url(../images/nav_background.png);
}

#navigation a:active{
	color:#232849;
	background:url(../images/nav_background_2.png);
}

#navigation a:hover{
	color:#232849;
	background:url(../images/nav_background_2.png);
}

#main{
	width:798px;
	height:auto;
	margin-left:200px;
	padding-bottom:20px;
	padding-left:20px;
	padding-top:21px;
	margin-top: 60px;
	background:url(../images/main_background.png);
	background-repeat:repeat-y;
	
}

#footer{
	clear:both;
	height:60px;
	width:600px;
	margin-top:10px;
	margin-left:330px;
}
/* Classes */

.centerVideo{
	margin-left: 100px;
}

.centerPhoto{
	margin-left: 240px;
}

.wrapPhoto{
	margin:10px;
	float: left;
	clear:left;	
}

.wrapText{
	height:220px;
	vertical-align: middle;
	display: table-cell;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 10px;
}

.dent{
	margin-left: 30px;
}

.dent2{
	margin-left: 130px;
}

.dent3{
	margin-left: 60px;
}

.hideLink{
	display:none;
}