ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
} /* sets margin and padding to zero */
ul{
	list-style:none;
}
/* classes */
.clear {clear: both;}
.hid {display: none;}
.box {border: 1px solid #505050; padding: 10px; height: inherited;}
.abox {width: 500px; float: left; margin-right: 20px;}
.bbox {width: 100px: float: left;}
.cbox {padding: 10px; border: 1px solid #505050; width: 450px; text-align: center; margin: 0 auto;}
.small {clear: both; font-size: small; font-style: italic; text-align: center;}
.small_tal {font-size: small; font-style: italic; color: #c0c0c0;}
.small_tar {font-size: small; color: #c0c0c0; text-align: right; margin-right: 25px;}
.right {text-align: right;}
.left {text-align: left;}
.center {text-align: center;}
.none {text-indent: 0px; padding-top: 25px;}


html {background: #fff url(images/bkg.png) repeat;}
body {background: url(images/redplanet.png) no-repeat; font-family: sans-serif;}
a {}
a:active {}
a:hover {}
a:visited {}
p {line-height: 1.5em; text-indent: 1.5em; padding-bottom: 10px;}
img {padding-right; 50px;}
a img {border: none;}
img .f1 {z-index: 10;}
img .b1 {z-index: -10;}
#wrapper /* {background: url(images/banner_july.png) no-repeat;} */
/* page */
#page {margin: auto; width: 700px; height: 700px; position: relative;}
/* header */
#header {width: 100%; padding: 50px 0; color: #c0c0c0; text-align: center;}
#header h1 {font-style: italic;}
/* menu */
#menu {width: 100%; color: #c0c0c0; text-align: center; font-family: sans-serif; font-weight: bold; padding-bottom: 20px;}
#menu a {text-decoration: none; padding: 15px; font-weight: bold; color: #c0c0c0;}
#menu a: hover {text-decoration: underline;}
#menu ul , #menu ul li{display: inline;}
/* box */
#box {width: 620px; margin: 0 auto;}
box a {}
/* content */
#content {background: url(images/overlay.png) repeat; width: 100%; color: #c0c0c0; padding: 10px;}
/* footer */
#footer {width: 100%; text-align: center; color: #c0c0c0; padding-top: 20px; }
#footer a {}
