/* COMMENTS CANNOT BE NESTED */
/* Validate at http://www.htmlhelp.com/tools/csscheck/  */

/* ------------------------------------------------- */ 
/* Structure Elements */ 

body { 	
	background-color: white;
	color: black;
	font-size: 1em;
	font-family: "Comic Sans MS", "Courier New", monospace;
}

div#wrapper {	
	background-image: url('images/Gradient.jpg');
	background-repeat: repeat-y;
	border-color: #F5DEB4;
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin: 0px auto; 
	text-align: center; 
	width: 780px;
}

/* ------------------------------------------------- */
/* Unsorted List Bullets */

ul.ured		{ 
	list-style-image: url('images/reddot3.gif');
}

/* ------------------------------------------------- */

a:link,
a:visited	{
	text-decoration: none;
}

/* ------------------------------------------------- */
