@charset "UTF-8";


body {
	margin:0;
	background-image:url('/background.png');
	background-repeat: repeat-x;
	background-color: #69C;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;

}

a {
		color: #CFF;
		text-decoration:none;
		border-bottom: 1px dotted white;
}
a:hover {
	color:#fff;
}

#header {
	height:100px;
	overflow:hidden;
}

#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;
	}

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

ul {
list-style:none;
}

