body,td,th,li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #E0E0E0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	width: 963px;
}
#top {
	background-image: url(images/top_full.png);
	height: 79px;
	background-color: #ECECEC;
	background-repeat: no-repeat;
	text-align: right;
}
#category {
	background-color: #D8D8D8;
	background-image: url(images/category_bg.png);
	height: 34px;
	width: 962px;
}

#menu {
	float: left;
	width: 180px;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-y;
	background-color: #F2F2F2;
}
#menu p {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 0px;
	color: #7A0000;
	font-size: 14px;
}
#menu h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#menu a {
	margin-left: 10px;
	color: #000000;
}

#menubottom {
	background-image: url(images/menu_bottom.png);
	background-repeat: no-repeat;
	clear: both;
	height: 261px;
}

#content {
	float: left;
	padding: 10px;
	clear: right;
	width: 763px;
}

#bottom {
	clear: both;
	background-image: url(images/bottom.png);
	background-color: #EBEBEB;
	height: 41px;
}


/*To get the damn category menu working i made too much code but i am too lazy to cut it down*/
#category a {
	font-size: 16px;
	letter-spacing: 1pt;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#wrapper #category .current a {
	color: #FFFFFF;
}
#wrapper #category .current a:hover {
	color: #000000;
}
#category td:hover {
	background-color: #C6C6C6;
	background-image: url(images/category_hover.png);
}
#category .current {
	background-color: #CC0000;
	background-image: url(images/category_selected.png);
	background-repeat: repeat-x;
}
#category a:link {
	color: #000000;
	text-decoration: none;
}
#category a:visited {
	text-decoration: none;
	color: #000000;
}
#category a:hover {
	text-decoration: none;
	color: #000000;
}
#category a:active {
	text-decoration: none;
	color: #000000;
}
/*category menu things ends here*/


a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
}
