@charset "UTF-8";


body {
	margin:0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;

}

a {
		color: #00C;
}
a:hover {
	text-decoration: underline;
}

h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

p, div, ul, li {
	font-size: 14px;
}


#header, #footer {
	height:80px;
	overflow:hidden;
	background-color: #69C;
	text-align: center;
	color: #fff;

}
#header h1 {
	font-size: 2em;
}

#navigation {
	margin-top: 10px;	
		text-align: center;
}

#navigation a {
	text-decoration: underline;
	color: #00C;
}


#footer {
	height: auto;
	padding: 10px 0;
}
#footer a {
		color: #fff;
}

#star {
	float:left;
}

#logo {
	float:right;
	margin: 25px 50px;
}

#content {
	clear:both;
	margin: 20px auto;
	max-width:700px;
	line-height: 1.5em;
	padding:10px;
}

#rightcolumn {
	text-align:center;
	float:right;
	margin: 0 ;
	width:190px;
	padding:10px;
	background-color:#fff;
	border:3px solid #36c;
	-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	}




