@charset "utf-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
#wrap_intro {
	text-align: left;
	width: 720px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 100%;
}
#mainIntro {
	text-align: center;
	width: 720px;
	margin-top: 110px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#left {
	width: 358px;
	float:left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#right {
	width: 358px;
	float: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#subtitle {
	text-align: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
img {
	border-width: 0px;
	border-style: none;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
}
ul {
	margin: 0px;
	padding: 0 0 0 40px;
	font-size: 11px;
	line-height: 14px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 5px;
}
h2 {
	font-size: 14px; 
	font-weight: bold; 
	font-style: italic; 
	color: #FFFFFF
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
}
a:link {  
	color: #FF0000; 
	text-decoration: none; 
	font-weight: bold
}
a:visited {  
	color: #CC3300;
	font-weight: bold; 
	text-decoration: none
	}
a:hover {  
	color: #FF0000; 
	text-decoration: underline;
	font-weight: bold
}
a:active {  
	color: #CC0000; 
	text-decoration: none; 
	font-weight: bold
}
#head {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#main {
	line-height: 14px;
	margin: 0px;
	padding: 20px;
	text-align: left;
}
.caption {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.sidebar { 
	font-size: 12px; 
	color: #FFFFFF; 
	text-align: center
}
.sidebar a:link {  
	color: #FF0000; 
	text-decoration: none; 
	font-weight: bold
}
.sidebar a:visited {  
	color: #CC3300; 
	font-weight: bold; 
	text-decoration: none
}
.sidebar a:hover { 
	color: #FF0000; 
	text-decoration: underline; 
	font-weight: bold
}
.sidebar a:active {  
	color: #CC0000; 
	font-weight: bold
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	padding : 10px 10px;
}
.price {
	text-align : left;
	font-size: 12px;
	color: #FFFFFF;
	margin: 3px;
	padding: 3px;
}
.item {
	font-size: 13px;
}
.nav {
	text-align: left;
	width: 130px;
	padding: 10px;
}
