* {
	border:0;
	margin:0;
	padding:0;
}

/* general */

hr {color: #000; background-color: #000; border: 2px dotted #ff0000; border-style: none none dotted; }

a {
	color: #ee0000;
	text-decoration:none;
}
a:hover {
	color:#6600cc;
	text-decoration:none;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background:#000 url('image/main-bg2.png') repeat-x top; 
	/* background: #000000; */
	color:#666;
	font:1em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	
	
}

td.feature {
	border: #ee0000 dotted 1px;
	padding: 3px;
}

img.feature {
	border: #ee0000 dotted 1px;
	padding: 3px;
}

feature a {
	border: #ee0000 dotted 1px;
	padding: 3px;
}

feature a:hover {
	border: #ee0000 solid 1px;
}

p.main {
	color:#ffffff;
	line-height:10px;
	font-size:10px;
	font-weight:100;
	padding:10px;
	font:1.0em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* header */
#header {
	background:url('image/background_header.jpg');
	height:320px;
	margin:0 auto;
	position:relative;
	width:760px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#666;
	font-size:40px;
	font-weight:400;
	left:-2px;
	letter-spacing:-2px;
	position:absolute;
	top:30px;
}
#header p {
	bottom:70px;
	color:#fff;
	font-size:2em;
	position:absolute;
	right:17px;
	width: 480px;
	height: 166px;
}


/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;
	
	
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* Main */
#main {
	float:center;
	width:760px;

}

/* Main */
#main.index {
	background:url('image/baker-black.jpg');
	background-repeat: no-repeat;

}

#main p {
	color:#ffffff;
	line-height:15px;
	padding:10px;
	font:1.2em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

#main p.fatter {
	color:#ffffff;
	line-height:20px;
	font-weight:400;
	padding:10px;
	font:1.4em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;	
}

#main h1 {
	border-bottom:4px dotted #990000;
	color:#ffffff;
	font:20pt bold Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	line-height:30px;
	padding:0 10px;
}

#main p.main {
	color:#ffffff;
	padding:10px;
	font:1.0em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

span.fat {
	font:14pt bold Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	color:#ffffff
}

span.strong {
	font-weight:600;
	color:#cc0000
}

span.bold {
	font-weight:600;
	color:#ffffff
}

#main strong {
	font:14pt bold Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	color:#cc0000}

#main h3 {
	font-style:bold;
	color:#cc0000;
	font-size:140%;
	font-weight:600;
	line-height:20px;
	padding:0 10px;
}

blockquote {
display: block;
padding: 0 60px;
width: 600px;
}

blockquote:before, blockquote:after {
color: #cc0000;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 600px;
}

/* footer */
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:4px dotted #990000;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}
