@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	margin-left: 0px;
}


h1,h2,h3
{
	font-family: arial, 'sans serif';
	color:#006600;
}

div.header {
	background-color:#006600;
	text-align:center;
}

a:link    {color:#00AA00}
a:visited {color:#44AA44}
a:active  {color:#00CC00}
a:hover   {color:#00BB00}

div.text {
	margin: 0% 10% 0% 10%;
	font-family: Arial, sans-serif;
	color:#003300;
	min-width: 800px;
	min-height: 400px;
}

body {
	background-image:url(images/background.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

span.copyright {
	font-size:10px;
	color:#000000;
	border: #000000 1px solid;
	padding:2px;
}

div.events {margin: 0% 0% 0% 200px; float:left; display:inherit;}

div.rotate {
	height:240px;
	width:320px;
	border: #000000 1px solid;
	float:right;
}

html, body {
	height: 100%;
}

img.photo {
float: left;
margin: 0 6px 0 0;
padding: 3px;
border: 1px solid #D1D1D1;
}

span.cancel {
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
}

span.help {
	color:#0000FF;
}

span.friends {
	font-family: "Edwardian Script ITC", "Edwardian Script", Veranda, sans-serif;
	font-size:20px;
	line-height:60%;
}

span.friends_c {
	font-family: "Edwardian Script ITC", "Edwardian Script", Veranda, sans-serif;
	font-size:16px;
}

span.friends_big {
	font-family: "Edwardian Script ITC", "Edwardian Script", Veranda, sans-serif;
	font-size:30px;
	line-height:60%;
	font-weight:bold;
}

span.friends_extrabig {
	font-family: "Edwardian Script ITC", "Edwardian Script", Veranda, sans-serif;
	font-size:60px;
	line-height:60%;
	font-weight:bold;
}

