/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
html { 
padding:0px;
margin:0px;
}

body {
background-color: #FFF;
color:#000000;  
font-family: Helvetica, Arial, Geneva;
font-weight: 2em;
margin:0px;
padding:0px;
}

#head {
background-color:transparent;
}

#box {
width:740px;
margin: 0px auto;
padding:0px;
}

#content {
width:440px;
padding:0px;
background-color:#fff;
overflow: hidden;
float:left;
}

#left {
width:150px;
padding:0px;
float:left;
}

#right {
width:150px;
padding:0px;
float:left;
}

img{
	float:center;
}
p .grey {
	color:#564b47; 
}
body .grey {
	color:#564b47; 
}

h1 .red {
	color: #C30;
	font-size: 40px;
}

body .red {
	color: #C30;
}

#box #content h1 {
	font-size: 40px;
}

#box #content a {
	text-decoration: none;
	color: #C30;
}
