/*general*/

* {
	padding: 0;
	margin:0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000 url(../img/bg-body.gif) repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #fff;
}

table, tr, td {
	font: 12px/18px Arial, Helvetica, sans-serif;
}

img { 
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

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

a:hover, a:active {
	color: #fff;
}

a.news {
	display: block;
}

/*center the page*/

#center 		{
	position:absolute; left:50%; top: 0px; width:0%; height:0%;
	z-index:1;
}

#centerpage 	{
	position:absolute; left:-430px; width:760px; 
	z-index:2;
}

/*navigation*/

#navigation {
	position:absolute;
	top:13px;
	left:100px;
	z-index:3;
}

#navigation .selected {
	display: block;
	text-decoration: none;
	float: left;
	margin-right:6px;
	padding:6px 12px 6px 12px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #000;
	color: #f00;
	z-index:3;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	display: block;
	text-decoration: none;
	float: left;
	margin-right:6px;
	padding:6px 12px 6px 12px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #f00;
	color: #000;
	z-index:3;
}

#navigation a:hover, #navigation a:active {
	background: #600;
	color: #f00;
}

#selected a, #selected a:link, #selected a:visited, v a:hover, #selected a:active {
	display: block;
	text-decoration: none;
	float: left;
	margin-right:6px;
	padding:6px 12px 6px 12px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #000;
	color: #f00;
	z-index:3;
}

#selected a:hover, #selected a:active {
	background: #600;
	color: #f00;
}

/*logo*/

#logo {
	position:absolute;
	top:70px;
	left:0px;
	width:100px;
	z-index:3;
}

/*main*/

#mainContainer {
	position:absolute;
	top:70px;
	left:100px;
	width:660px;
	z-index:3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f00;
	border-left-color: #f00;
}

.oneColumn, .twoColumns {
	float:left;
	width:219px;
	margin:0;
	padding:0;
	z-index:3;
}

.twoColumns {
	width:439px;
}

/*text*/

h1 {
	font: bold 20px/20px Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0 0 12px 12px;
	padding: 0;
	text-transform: uppercase;
}

h2 {
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 12px 0 -6px 12px;
	padding: 0;
	text-transform: uppercase;
}

p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 12px;
	padding: 0;
	color: #fff;
}

/*shop*/

.button a:link, .button a:visited, .button a:hover, .button a:active {
	display: block;
	text-decoration: none;
	float: left;
	margin-right:6px;
	padding:6px 12px 6px 12px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #f00;
	color: #000;
	z-index:3;
}

.button a:hover, .button a:active {
	background: #600;
	color: #f00;
}

.button a:hover, .button a:active {
	background: #600;
	color: #f00;
}

.capitals {
	text-transform: uppercase;
}
