@charset "utf-8";


/* CSS Document */

body {
	color: #828282;
	background-color: #cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#box {
	width: 750px;
	background-image: url(images/bg_content.gif);
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    }

#box_info {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    }
	
#left_nav {
	float: left;
	width: 250px;
	padding: 10px;
	margin-top: 50px;
	height: 250px;
}

li {
	font-size: large;
	list-style-type: circle;
}

a:link {
	color: #828282;
	text-decoration: none;
}

a:hover {
	color: #CCC;
	text-decoration: none;
}

a:visited {
	color: #828282;
	text-decoration: none;
}

#info {
	color: #FFF;
	font-size: small;
}

p {
	text-align: center;
}

h1 {
	text-align: center;
}
