* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: black url('/Custom/Components/FrontEnd/images/background/body.png') repeat fixed;
	font-family: Geneva, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
}

p, dl, li {
	font-size: 1.2em;
}

p {
	text-align: justify;
}

ul {
	list-style-type: none;
}

.breakline {
	background-color: transparent;
	border-top: solid 1px #4c4148;
	border-bottom: solid 1px #c0c0c0;
	font-size: 0;
	height: 3px;
}

.red {
	color: Red;
}

#page {
	background: transparent url('/Custom/Components/FrontEnd/images/background/page.png') repeat-x fixed;
	float: left;
	padding-top: 25px;
	height: 100%;
	width: 100%;
}

#container {
	margin: 0 auto;
	padding: 0 5px;	
}

#container, #navigation, #header, #main, #footer, .breakline {
	width: 760px;
}

#navigation, #header, #main, #sidebar, #content, .breakline {
	float: left;
}

#print_header {
	height: 0;
	visibility: collapse;
}

#print_header img {
	height: 0;
	visibility: collapse;
}

#header, #header a {
	height: 200px;
}

#header a{
	display: block;
	width: 760px;
}

#main {
	background: white url('/Custom/Components/FrontEnd/images/background/main.png') repeat-y;
}

#sidebar {
	background-color: transparent;
	color: white;
	width: 200px;
	text-align: right;
}

#content, #content a {
	color: black;
}

#content {
	padding: 10px 40px 40px 40px;
	width: 480px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #666;
}

#content h2 {
	border-bottom: solid 1px #c0c0c0;
	padding: 0;
	padding-top: 30px;
}

#content p, #content ul {
	line-height: 1.8em;
	padding: 20px 20px 0 20px;
}

#footer {
	background: transparent url('/Custom/Components/FrontEnd/images/background/footer.png') no-repeat top left;
	color: #4c4148;
	float: left;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	height: 75px;
}

#footer p {
	font-size: 1em;
	line-height: 20px;
	margin: 0;
	padding: 15px;
	width: 350px;
}

#footer p.left {
	float: left;
}

#footer p.right a span {
	float: right;
	margin-left: 5px;
}

#footer p.right {
	float: right;
	text-align: right;
}

#footer p a {
	color: #4c4148;
	position: relative;
	text-decoration: none;
}

#footer p a:hover {
	background-color: transparent;
	color: white;
}