*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* General text */
.genbig, .genbigwhite {font-weight: bold; font-size : 36px; font-family : Script MT Bold, French Script MT }
.gen {font-weight: bold; font-size : 14px; font-family: Verdana, Arial, Helvetica, sans-serif }
.genmed {font-size : 13px; font-family: Verdana, Arial, Helvetica, sans-serif }
.gensmall {font-weight: bold; font-size : 14px; }
.gen,.genmed { color: #000000; }
.gensmall { color: #C20D0D; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #C20D0D; text-decoration: underline; }
.genbig { color : #C20D0D; }
.genbigwhite { color : #000000; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 20px ; letter-spacing: 1px; color : #C20D0D; font-family : Script MT Bold, French Script MT;}
.cattitlea		{ font-weight: bold; font-size: 40px ; letter-spacing: 1px; color : #C20D0D; font-family : Script MT Bold, French Script MT;}
.catsmall		{ font-weight: bold; font-size: 18px ; letter-spacing: 1px; color : #000000; font-family : Script MT Bold, French Script MT;}
a.cattitle		{ text-decoration: none; color :951728; }
a.cattitle:hover{ text-decoration: underline; }

p, ol
{
margin-top: 0px;
}

h1, h2, h3 {
	color: #F72212;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #F72212;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #F72212;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #F72212;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #F72212;
}

#main
{
width: 100%;
margin: 0 auto;
}


#menu2 {

	height: 51px;
	width: 100%;
	background: url(images/menu_r.gif) repeat-x;
	text-align: center;
	
}

#menu {
	height: 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: center;
	height: 36px;
	width: 80px;	
	margin-right: 0px;
	margin-left: 68px;
	text-decoration: none;
	font-size: 18px;;
	font-weight: bold;
	color: #ffffff;
	padding-top: 15px;
    	text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url(images/menu.gif) repeat-x;
}



/* Logo */

#logo2 {
	width: 100%;
	
	height: 324px;
	background: url(images/top.png) no-repeat left top;
}



#logo1 h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 20px;
	font-size: 26px;
}

#logo1 h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo1 a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #ffffff repeat-y top;
	margin-top: 15px;

}

#top
{
background: url(images/top.gif) no-repeat;
width: 100%;
height: 19px;
}

#bottom
{
background: url(images/bottom.gif) no-repeat;
height: 19px;
width: 100%;
}



/* Content */

#content {
	width: 100%;
	padding-left: 4px;
	padding-top: 0px;
}

/* Footer */
#footer
{
padding: 20px;
background: url(images/footer.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}