@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */


body {	
	
	}
	
* {margin:0px; padding:0px; }

img {
	border-width: 0px;
	text-align: right;
	}


/* text */
h1{
	color: black;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 120%;
	text-align:left;
	margin-bottom:5px;
	
	}


p{
	color: #444; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 120%;
	text-align:left;


 	}

a:link, a:hover, a:visited{
		color: #444; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 120%;
	text-align:left;
	text-decoration:underline;
	cursor:pointer;

 	}
a.menu:link, a.menu:visited{
	margin-top: -20px;
	margin-left:2px;
		color: #FF99CC;
	background-color:white;
	padding-left: 20px;
	padding-bottom: 5px;
		padding-top: 5px;
	padding-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:right;
		float:right;
		text-decoration: none;
	}
a.menu:hover {
	margin-top: -20px;
	margin-left:2px;
		color: #FF99CC;
	background-color:white;
	padding-left: 20px;
	padding-bottom: 5px;
		padding-top: 5px;
	padding-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:right;
	float:right;
	text-decoration: underline;
	}
p.menu {
	margin-top: -20px;
	margin-left:2px;
		color: #FF99CC;
	background-color:white;
	padding-left: 20px;
	padding-bottom: 5px;
		padding-top: 5px;
	padding-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:right;
	float:right;
	text:bold;
	}


/* end text */

/* layout */

	
#behind {
	width: 860px;
	height: auto;
	margin-left:auto;
	margin-top: 10px;
	margin-right:auto;
	position: relative;
	
	}


#menu {
	width: auto;
	height: auto;
	position: absoulte;
	left: 0px;
	margin-top: -12px;
	z-index:101;

	}

#banner {
	width: 860px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index:5;

	}
	
#spacer {
	width: 860px;
	height: 10;
	position: relative;
	left: 0px;
	top: 0px;
	z-index:5;

	}
	
#text {
	width: 537px;
	height: auto;
	position: static;
	float:left;
	left: 20px;
	top: 410px;
	margin-top:40px;
	margin-left:35px;
	margin-right:35px;
	z-index:3;
	}

#twitter {
	width: 263px;
	height: 165px;
	position: absolute;
	left: 339px;
	top: 614px;
	z-index:12;
	}
	

		
#right-text {
	width: 240px;
	height: auto;
	position: static;
	left: 740px;
	top: 0px;
	float: left;
	z-index:100;
	margin-top:40px;
	}
#footer {
	width: auto;
	height: 32px;
	position: relative;
	left: 0px;
	top: 50px;
	padding-bottom:40px;
	z-index:1;
	}
