* {
	margin: 0;
	padding: 0;
}

body {
	background: #f3f18d; url(images/img01.jpg) no-repeat center top;
	font: small normal Arial, Helvetica, sans-serif;
}

a {
	color: #cc3333;
}

a:hover {
	text-decoration: none;
}

h2 {
	margin-bottom: 20px;
	font-weight: bold;
}

p {
	margin-bottom: 30px;
}

ul {
	margin-left: 20px;
}


/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	background: #f3f18d;
	border: 3px solid #374a22;
}

.boxed .title {
	height: 26px;
	padding: 10px 0 0 10px;
	background: url(images/img02.gif) repeat-x;
	border-bottom: 3px solid #374a22;
	font-size: 1em;
	color: #355379;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* story */

.story {
	margin-bottom: 15px;
	padding: 20px 20px 10px 10px;
	background: #f3f18d;
	border: 3px solid #374a22;
	font: medium Arial, Helvetica, sans-serif;
	}

/* Logo */

#logo {
	width: 840px;
	height: 220px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat;
}

#logo h1 {
	padding: 20px 0 0 20px;
	letter-spacing: -2px;
	font-size: 4em;
}

#logo h1 span {
	font-size: .7em;
	font-weight: normal;
}

#logo h2 {
	margin-top: -1em;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	font-weight: bold;
	color: #f3f18d;
}

/* Menu */

#menu {
	width: 850px;
	height: 0px;
	margin: -50px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 30px 5px 20px 20px;
	text-decoration: bold;
	font-size: 18 px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
	padding: 60px;

}

/* Content > Main */

#main {
	float: right;
	width: 560px;
	font: small  Arial, Helvetica, sans-serif;
}


#inside {
	float: left;
	width: 830px;
	font:  medium Arial, Helvetica, sans-serif;
}

#main a {
}


/* Content > Sidebar */

#sidebar {
	float: left;
	width: 260px;
	font: small medium Arial, Helvetica, sans-serif;
}

#login fieldset {
	border: none;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/


/* Footer */

#footer {
	clear: both;
	width: 850px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	margin: 0;
	font-size: x-small;
}
