/*
 * Use the universal selector (*) to reset margins and pagging on all objects
*/
*	{
	padding: 0;
	margin: 0;
}
body {
	background-attachment: fixed; 
	background-image: url("../images/main/wall_repeat.jpg"); 
	background-repeat: repeat; 
	color: #696969;
	text-align:center;
	min-width: 930px;
}
body,th,td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 150%;
}

/*
 * #dinkus1 {
 *	background-image: url("../images/dinkus/monster3.gif");
 *	background-position: bottom;
	background-repeat: no-repeat;
	position: fixed;
	top: 200px;
	right: 60px;
	height: 275px;
	width: 255px;
	display: block;
	z-index: 10;
}
#dinkus2 {
	background-image: url("../images/dinkus/chomp.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	position: fixed;
	top: 100px;
	left: 60px;
	height: 260px;
	width: 213px;
	display: block;
	z-index: 20;
}
#dinkus3 {
	background-image: url("../images/dinkus/notes.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 10px;
	right: 20px;
	height: 260px;
	width: 220px;
	display: block;
	z-index: 20;
}
#dinkus4 {
	background-image: url("../images/dinkus/monster3.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	bg-color: red;
	position: fixed;
	bottom: 10px;
	left: 20px;
	height: 260px;
	width: 220px;
	display: block;
	z-index: 20;
}
*/

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	z-index: 100;
	position: relative;
}



#header {
	clear: both;
	width: 100%;
}
#header #main_menu {
	text-align: right;
	margin-top: 60px;
	margin-right: 13px;
}
#header #secondary_menu {
	text-align: left;
	margin-top: 8px;
	margin-left: 13px;
}



#content {
	clear: both;
	padding-left: 12px; padding-top: 3px; padding-bottom: 3px; padding-right: 11px;
	background-color: white;
}
#content h1{
	clear: both;
	color: #cd2029;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 100%;
	background-image: url("../images/main/cotent_horizontal_line.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 0px; padding-top: 3px; padding-bottom: 3px; padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#content h2{
	clear: both;
	color: #a8b5ae;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 100%;
	padding-left: 0px; padding-top: 3px; padding-bottom: 3px; padding-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content a:link	 {
	color: #a8b5ae;
	text-decoration: none;
	border-bottom-color: silver;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#content a:visited {
	color: #a8b5ae;
	text-decoration: none;
	border-bottom-color: silver;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#content a:hover	 {
	color: #a8b5ae;
	text-decoration: none;
	border-bottom-color: maroon;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#content a:active  {
	color: #a8b5ae;
	text-decoration: none;
	border-bottom-color: red;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}




#footer {
	clear: both;
	width: 100%;
	height:	50px;
	border: thin solid #ffa07a;
	background-color: white;
}
