@media (min-width: 600px) {


body	{
	background-color: #000033;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	text-align: center; 
}

a:visited, a:active, a:link {	color: #3366ff;	text-decoration: underline; font-weight:bold;}
a:hover { color: #ff3300; text-decoration: none;  font-weight:bold; }

#container {
	background-color: #FFFFFF;
	width: 80%;
	margin: 0px auto 0px auto;
	padding:0;
	text-align: left;
	max-width: 800px;
}

#header {
	background-color: #512ed2;
	text-align: center; 	
}

#content {
	background: #FFF;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
}

#content p, li{
	font: 1.0em verdana, arial, helvetica, sans-serif;
}

h1 {
	font: 1.5em verdana, arial, helvetica, sans-serif;
	color: #0000cc;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	padding: 20px 5%;
}
h2 {
	font: 1.1em verdana, arial, helvetica, sans-serif;
	color: #0066cc;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	padding: 20px 5%;
}

.center {
	width: 100% !important;
	text-align: center;
	}

#mc_embed_signup{
		text-align: center;
		background:#eaeaea; 
		clear:left; 
		font:14px Helvetica,Arial,sans-serif; 
		
		border: black solid 1px;
	}
}
/*end media screen	*/
@media handheld {

	html, body {
		font:  sans-serif;
		background: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
		}
	#sidebar, #footer {
		display: none;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	#content img { 
		max-width: 250px;
		}
		
	#content p, li{
		font: 200 verdana, arial, helvetica, sans-serif;
	}
	.center {
		width: 100% !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}

}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}
