/* style main */
/* v.1.0 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;

}
#container {
	width: 900px;
	margin: 0px;
	padding: 0px;


}
#gui {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;






	
}
#menu {
	width: 200px;
	height: 725px;
	background-image: url(../images/cardboard_textured_chalk.jpg);
	background-repeat: no-repeat;
	float: right;
	padding: 0px;
	margin: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 90%;
	color: #FFFFFF;

}
#menu ul {
	margin: 20px 20px 10px 10px;
	list-style-position: outside;
	list-style-image: url(../images/red_dot.jpg);









}
#menu li {
	margin-bottom: 15px;
	text-align: right;




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


}
#menu li a:hover {
	text-decoration: underline;





	
}
#menu .spacer {
	margin-top: 40px;




}
#universitylogo {
	position: absolute;
	left: 760px;
	top: 730px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
#content {
	float: left;
	width: 700px;



}

.item-left {
	border: 1px dashed #666666;
	padding: 10px;
	margin: 10px 5px 5px;
	width: 310px;
	float: left;


}
.item-right {
	border: 1px dashed #666666;
	padding: 10px;
	margin: 10px 5px 5px;
	width: 310px;
	float: right;


}
h1 {
	background-image: url(../images/header_h1.jpg);
	background-repeat: no-repeat;
	text-indent: -1000%;
	height: 75px;
	width: 700px;
	margin: 0px;
	padding: 0px;





}
h2 {
	margin: 0px;
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
	color: #333333;


}
h6 {
	font-size: 80%;
	color: #666666;
	clear: both;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 150%;
}
h6 a {
	text-decoration: none;
	color: #666666;



}
h6 a:hover {
	text-decoration: underline;


}
p {
	font-size: 80%;
	font-weight: lighter;
	color: #333333;
	line-height: 140%;
	margin-bottom: 10px;
}
p a{
	color: #333333;


}
h3 {
	font-size: 75%;
	color: #666666;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.illust {
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

