/* CSS Document */
#body {
	background-color: #0452A6;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC01;
	}
#table	{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC01;
	border-left-color: #FFCC01;
	}
#header {
	background-image: url(images/header/parra_wheels_logo.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	}
#games	{
	background-color: #000000;
	color: #FFCC01;
	border: 1px solid #FFCC01;
	font-size: 12px;
	font-weight: bold;
	}
#side_bar {
	background-color: #0452A6;
	border: 1px solid #080649;
	}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	font-size: 14px;
	text-align: justify;
	}
#main h1 {
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	background-image: url(Images/Headers/header_background.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C4A51B;
	border-bottom-color: #C4A51B;
	}
#main h2	{
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFCC01;
	}
#main a:link {
	color: #FFBE52;
	font-size: 12px;
	text-decoration: none;
	}
#main a:hover {
	color: #449BFB;
	text-decoration: underline;
	font-size: 12px;
	}
#main a:visited {
	color: #FFBE52;
	text-decoration: none;
	font-size: 12px;
	}
#main a:active {
	color: #449BFB;
	text-decoration: underline;
	font-size: 12px;
	}
#news	{
	}
#news a:link	{
	color: #BCDBFE;
	font-size: 14px;
	text-decoration: none;
	}
#news a:hover	{
	color: #FFCC01;
	text-decoration: underline;
	font-size: 14px;
	}
#news a:visited	{
	color: #BCDBFE;
	text-decoration: none;
	font-size: 14px;
	}
#news a:active	{
	color: #FFCC01;
	text-decoration: underline;
	font-size: 14px;
	}
#copyright {
	font-size: 13px;
	font-weight: bold;
	background-color: #000000;
	border: 1px solid #FFCC01;
	}
#links {
	font-size: 14px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}
#links a:link {
	color: #FFCC01;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	}
#links a:hover {
	font-size: 10px;
	color: #FFCC01;
	text-decoration: underline;
	}
#links a:visited {
	font-size: 10px;
	color: #FFCC01;
	text-decoration: none;
	}
#links a:active {
	}
