* {margin:0px; padding:0px;}

html {}
body {
	background-image: url(../images/bg2.jpg);
	background-color: #012652;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}

h1 {}
h2 {}
h3 {}
h4 {}

p {}

a:link, a:active, a:visited {}
a:hover {}

ul {}
ul li {}
ul li a {}
ul li a:hover {}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 58px;
}
#container {
	height: 537px;
	width: 980px;
	background-image: url(../images/keisha-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
h1#masthead {
	display: block;
	height: 125px;
	width: 505px;
	font-size: 1px;
	margin-left: 475px;
	text-indent: -999em;
	color: #002652;
	margin-bottom: 20px;
}





/* MENU */
ul#menu {
	margin-left: 475px;
	width: 505px;
	list-style-type: none;
	display: block;
	}
	
ul#menu li a {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #002652;
	text-indent: -999em;
}

ul#menu li a:focus {outline: 0;}
	
ul#menu li#button1 a {
	background-image: url(../images/button_custom.png);
	height: 112px;
	width: 445px;
	background-position: 2px 0px;
}
ul#menu li#button2 a {
	background-image: url(../images/button_greek.png);
	height: 109px;
	width: 451px;
}
ul#menu li#button3 a {
	background-image: url(../images/button_intern.png);
	height: 109px;
	width: 451px;
}
	
	
	

#enterbutton {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}
#seal {
	height: 234px;
	width: 232px;
	position: absolute;
	top: 400px;
	z-index: 90;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.skipnav {
	display: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #8BB1D6;
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}

