/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */

/*
	Note: this style sheet does not validate.
	This is because the W3C validator is not
	aware of RGBA colors, which are part of
	the CSS3 specification.
*/
* {
margin: 0;
padding: 0;
border: 0;
}

html { 
    width: 100%;
    text-align: center;
    }
    
img { border: none;
	  padding: 5px;
	background-image: none;
	background-color: none;
} 


body {
	width: 100%;
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #0b2a44;
	background: #8bdffa; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264e88', endColorstr='#8bdffa'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#264e88), to(#8bdffa)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #264e88,  #8bdffa); /* for firefox 3.6+ */

margin: 0 auto;
	padding: 0;
	cursor: default;
	overflow: auto;

}

/* My Comment */

/* @group Headers */

h1 {
	font: normal 36px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-shadow: #ffffff -1px 2px 1px;
	color: #0b2a44;
	background-position:left top;
}

h3 {
	font-size: 14px;
	color: #0b2a44;
}

/* @end */
/* @group links */
a:link {
	color: #0b2a44;
	text-decoration : underline;
}

a:visited { 
color: #1a4819;
text-decoration : underline;
}

a:hover {
	color: #d52927;
	text-decoration: underline;
}
/* @end */

/* @group Content */

#content {
	background: #8bdffa; /* for non-css3 browsers */
	background: -moz-linear-gradient(top, #8bdffa, #fdf4e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#8bdffa), to(#fdf4e0));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbdffa', endColorstr='#fdf4e0'); /* IE6 IE7 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8bdffa', EndColorStr='#fdf4e0')"; /* IE8 */
	border-style: groove;
	border-color: #a6c0ff;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
-webkit-border-radius-bottom-right: 5px;
-webkit-border-radius-bottom-left: 5px;
-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
-webkit-border-radius-top-right: 5px;
-webkit-border-radius-top-left: 5px;
	display: block;
	min-height: 300px;
	width: 800px;
	padding: 10px;
	margin: 0 auto 100px;
}

p {
	color: #0b2a44;
	padding:  20px;
}

p strong {
	color: color: #0b2a44;;
}

#try-it {
	color: color: #0b2a44;
	padding: 0 0 0 20px;
}

#try-it li {
	list-style-position: inside;
	margin: 5px 0;
	list-style-type: disc;
}

/* @end */

/* @group Override Banner */


/* @end */

