@charset "UTF-8";
body {
	background-color: #000;
}
#wrapper {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #30F2ED;
	background-color: #000;
	max-width: 1000px;
	background-image:url(../images/BG1000.jpg);
	background-repeat: no-repeat;
}

#menu {
	list-style-type: none;
	padding: 0px;
}
#menu li a {
	text-decoration: none;
	display: block;
	text-align: center;
	width: 23.5%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	float: left;
	margin-right: 1.2%;
	border: thin solid #0FF;
	border-radius: 27px;
	-moz-border-radius: 27px;
}
	a:link { color: #0FF; text-decoration:underline; }
#box1 {
	float: left;
	height: 67px;
	width: 67px;
}
#bgimg {
	clear: left;
	max-width: 1000px;
}
	a:visited {
	color: #3ED1D1;
}
    a:hover, a:active, a:focus {text-decoration:underline;
}
#menu li a:visited {
	color:#0FF;
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
	color: #000;
	background-color: #0FF;
}
h1 {
	text-align: center;
	display: block;
	border: thin solid #0FF;
	border-radius: 27px;
	-moz-border-radius: 27px; 
	color: #00FFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	text-align: center;
	display: block;
	border: thin solid #0FF;
	border-radius: 27px;
	-moz-border-radius: 27px;
	color: #00FFFF;
}
#oldwebsite {
	width: 70em;
}
#backhome {
	width: 60em;
}
.button a {
	text-decoration: none;
	display: block;
	text-align: center;
	width: 15%;
	padding: 0.5em;
	float: left;
	margin-right: 1.2%;
	border: thin solid #0FF;
	border-radius: 27px;
	-moz-border-radius: 27px;
}
#main {
	height: 600px;
	width: 1000px;
	float: left;
	background-image: url(../images/BG1000.jpg);
	background-repeat: no-repeat;
}
.button a:visited {
	color:#0FF;
}
.button a:hover, a:active, a:focus {
	color: #333;
	background-color: #0FF;
}
#main {
	height: 600px;
	width: 1000px;
	clear: left;
	position: relative;
	left: 0px;
}
#twitter {
	padding-top: 107px;
	padding-left: 40px;
}
#portbutton a {
	margin-top: 75px;
	margin-left: 280px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 10%;
	padding: 0.5em;
	margin-right: 1.2%;
	border: thin solid #0FF;
	border-radius: 27px;
	-moz-border-radius: 27px;
	text-decoration: none;
}
#portbutton a:visited {
	color:#0FF;
}
#portbutton a:hover, a:active, a:focus {
	color: #333;
	background-color: #0FF;
}
#studbutton a {
	margin-top: 76px;
	margin-left: 240px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 10%;
	padding: 0.5em;
	margin-right: 1.2%;
	border: thin solid #0FF;
	border-radius: 27px;
	-moz-border-radius: 27px;
	text-decoration: none;
}
#studbutton a:visited {
	color:#0FF;
}
#studbutton a:hover, a:active, a:focus {
	color: #333;
	background-color: #0FF;
}