body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 16px;
	color: white;
	font-weight: bold;
}

.position1 {
	float:left;
	position:relative;
	left:50%;
	text-align:left;
}

.position2 {
	position:relative;
	left:-50%;
}

.position3 {
	float:left;position:relative;
}

.cleared {
	clear: both;
	padding: 0px;
}

.banners {
	clear: both;
	background-image: url(images/banners.jpg);
	height: 80px;
	width: 968px;
}

.magazines {
	background-image: url(images/magazines.jpg);
	width: 968px;
	height: 300px;
}

.rotating_img {
	border: 2px solid white;
}

.rotating_div {
	float: left;
	padding-left: 35px;
}

.magazine_cover {
	float: right;
	padding-right: 35px;
}

.magazine_cover_img {
	border: 2px solid white;
}

.content {
	background-image: url(images/content.jpg);
	width: 968px;
	height: 440px;
}

.content2 {
	width: 968px;
	height: 440px;
}

.black_bg_text {
	padding: 5px;
	background: #000000;
}

.register_select {
	width: 200px;
}

.register_table {
	background: #000000;
	padding: 3px;
}

.register_td {
	padding: 3px;
	background: #000000;
	text-align: right;
}

img {
	border: 0px;
}

a.banner_link:link, a.banner_link:visited {
	border: 0px;
}

a.banner_link:hover {
	border: 0px;
}

.small_banner_img {	
	border: none;
}

.small_banner_vm_img {	
	border: 3px solid black;
}

.register {
	float: left;
	padding-left: 35px;
	padding-top: 20px;
}

.view_magazine {
	float: left;
	padding-left: 35px;
	padding-top: 20px;
}

.login {
	background: #000000;
	padding: 10px;
}

.header {
	width: 968px;
	height: 160px;
}

.txtbox {
	width: 200px;
}

.btn {
	width: 75px;
}

.img_link {
	border: 0px;
	padding: 0px;
}

.register_error {
	color: red;
	font-size: 12px;
}

.register_success {
	color: green;
	font-size: 16px;
}

a.login_link:link, a.login_link:visited {
	color: red;
	font-size: 12px;
}

a.login_link:hover, a.login_link:active {
	color: white;
	font-size: 12px;
}

.message {
	clear: both;
	float: left;
	padding-top: 10px;
}

.admin_content {
	float: left;
	width: 968px;
	color: white;
	font-size: 16px;
	padding: 25px;
}

#attention,#success{
display:block;
clear:both;
padding:3px 10px;
margin-bottom:10px;
}

#attention p,#success p{
color:#fff;
font-weight:bold;
}

#attention {
background-color:#C00;
}

#success {
background-color:#55B05A;
}

.col_1_3 {
	float: left;
	padding: 5px;
	width: 310px;
}

.col_2_3 {
	float: left;
	padding: 5px;
	width: 310px;
}

.col_3_3 {
	float: left;
	padding: 5px;
	width: 310px;
}

.col_1_2 {
	float: left;
	padding: 5px;
	width: 450px;
}

.col_2_2 {
	float: left;
	padding: 5px;
	width: 450px;
}

.yellow_font {
	font-size: 14px;
	color: yellow;
}

.admin_btn {
	width: 100px;
}

.large_yellow_font {
	color: yellow;
}

.full_column {
	clear: both;
	float: left;
	width: 968px;
}

.large_title_font {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}
