

* {
	margin: 0;
}

p {
	padding: 4px 0 4px 0;
}

body 
{
	background-image: url('/images/seae.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #000000;
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}
html {
	height:100%;
}

a:link { text-decoration: none; color: #6b6b6b}
a:visited { text-decoration: none; color: #6b6b6b}
a:active { text-decoration: none; color: #000000}
a:hover, a.active { text-decoration: none; background-color: #FFFFFF}

img a, img, img a:hover {
	background-color:#000 !important;
	border:none;
	text-decoration:normal !important;
}

input.error { 
	border-color: red; 
	background-color:#FF6666;
}

#menu {
	font-weight:bold;
	text-align:center;
	padding:5px;
	padding-top: 25px;
}
#menu a {
	padding:1px;
}
#content {
	text-align:center;
	width:400px;  

	margin:0 auto;
	padding:10px;
}
h1 {
	font: bold 18px Arial ;
}
#wrapper {
	width:600px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -98px; /* the bottom margin is the negative value of the footer's height */
	
}

#footer, #push {
	height: 98px; /* .push must be the same height as .footer */
	text-align:center;
	margin:0 auto;
	width:400px;
}

#footer hr {
	border:0;
	height:2px;
	color:#FFF;
	background-color:#FFF;
}


#orderbox {
	background-image:url(album-bg.jpg);
	background-repeat: no-repeat;
	text-align:left;
	padding:5px;
}
#orderbox * {
	opacity:.95;
	filter: alpha(opacity=95); 
	-moz-opacity: 0.95;
}
#orderbox p {
	font-weight:bold;
}


