/* CSS Document */
/***************/
/**grad.css**/
/***************/

body {background-color:black;
text-align: center;
}

p { font-family: Helvetica, Verdana, Arial;
color:white;
font-size:16px;
}

h2 {font-family: Helvetica, Verdana, Arial;
color:#F5F5F5;
font-size:200%;
text-align: center;
}

img { margin-right: 10px;
margin-left: 5px;
margin-bottom: 5px;

}

hr { width: 100%;
	height: 3px;
	background-color: black;
	color: black;
	border: none;
	text-align: center;
}

a {color: #186bf5;
text-decoration:none;
}	

a:hover {
	color: #186bf5;
	text-decoration:underline;
}	
/***********************************************/
/* header tag styles                           */
/***********************************************/

#header {
	text-align:center;
	z-index: 2;
}

/***********************************************/
/* menu tag styles                             */
/***********************************************/

#menu {
	position:relative;
}

#menu a.large {
	font-family: Helvetica, Verdana, Arial;
	font-size: 24px;
	color:#F5F5F5;
	text-decoration: none;
}

#menu a:hover {
	color: #186bf5;
}	

#menu a.select {font-family: Helvetica, Verdana, Arial;
	font-size: 28px;
	color:#186bf5;
	text-decoration: none;
}


/***********************************************/
/* content tag styles                          */
/***********************************************/

#content {
width: 750px;
top: 15px;
	bottom: 30px;
	height: 300px;
	position:relative;
	margin: 0 auto;
	text-align:left;	
}