*
{
	margin: 0;
	padding: 0;
}


body
{
	background-color: #000000;
	background-attachment: fixed;
	background-image: url("../images/dinpattern-stripe.gif");
	background-repeat: repeat;
	
	color: #00AA00;
	font-family: Verdana;
	font-size: 12px;
}

h1
{
	text-align: center;
}

h1, h2, h3
{
	margin-top: 15px;
	margin-bottom: 20px;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

a
{
	color: #A7A7A7;
	text-decoration: none;
}

a:hover
{
	color: silver;
}

#main
{
	margin: auto auto; /* margin-left: auto; margin-right: auto; */
	width: 1044px;
	margin-top: 10px;
	
}

#shitonleft, #shitonrite
{
	width: 150px;
	height: 600px;
}

#shitonleft
{
	float: left;
}

#shitonrite
{
	float: right;
}

#centershit
{
	margin: 0 150px;
	background-image: url("../images/contentground2.jpg");
	background-repeat: repeat;
}


#menu
{
	background-color: #133337;
	width: 744px; /*545px;*/
	height: 30px;
	text-align: center;
}
#menu ul
{
	list-style-type: none;
}

#menu a
{
	float: left;
	width: 91px;
	
	border-left: 2px solid gold;
	height: 30px;
	line-height: 30px;
	font-size: 14px;	
}

#menu a:hover
{
	color: silver;
	background-color: #20404A;
}

#menu li 
{
	display: inline;
}

#logo
{
	background: url("../images/lifeemerging2.png");
	background-repeat: no-repeat;
	width: 744px;
	height: 140px;
	background-position: center center;
}

#content
{
	width: 734px;
	padding-left: 10px;
}

.name
{
	font-size: 16px;
	font-weight: bold;
}

.assignment
{
	color: #00D000;
}
