@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C2BDBA;
	background-color: #6D6E71;
	line-height: 16px;
}

#main {
	width: 		520px;
	min-height: 	420px;
	margin:		auto;
	padding: 	40px;
	background-color: #595A5A;
	background-image:url(img/index.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#bottomRight {
	width:		260px;	
	margin-left: 270px;
	margin-top: 340px;
	
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;	
}

a.bodyText:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none	
}

a.bodyText:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none	
}

a.bodyText:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #f15a33;
	text-decoration: none	
}

.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;	
	font-weight: bold;
}


a.bodyTextBold:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

a.bodyTextBold:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

a.bodyTextBold:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #f15a33;
	text-decoration: none;
	font-weight: bold;	
}






#links {
	width: 		290px;
	min-height: 	190px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 310px;
	background-color: #595A5A;
	padding-bottom: 20px;
	
}