/* CSS Document */

body,td,th {
	color: #F2C79F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin: 0px;
	margin-top: 15px;	
}

#container {
	width:774px;
	min-height:571px;
	background-repeat:no-repeat;
	border: 1px solid #9f9f9f;
	margin: 0 auto;
}

#navbar {
		background-color: #870909;
		height: 24px;
		clear:both;
}

#content {
  background-repeat:no-repeat; 
  padding: 30px 30px 15px 230px; 
  min-height:385px;
  
}

#containerhome {
	width:774px;
	height:571px;
	background-image:url(images/magus-site.jpg);
	background-repeat:no-repeat;
	border: 1px solid #9f9f9f;
	margin: 0 auto;
}

.footer {
	font-size: 11px;
	color:#666666;
	font-style:italic;
	text-align:center;
	margin-top:8px;
}

a:link {
	color: #E31A28;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	font-weight: bold;
}


h1 {
	font-size: 21px;
	color: #C96F31;
	font-weight:normal;
	margin: 20px 0px 3px 0px;
	border-bottom: 1px solid #C96F31;
	text-transform:uppercase;
	line-height: 1 em;
}

h2 {
	font-size: 18px;
	color: #C96F31;
	margin: 10px 0px 3px 0px;
	font-weight:normal;
	text-transform:uppercase;
	line-height: 1 em;
}
h3 {
	font-size: 14px;
	color: #C96F31;
	margin: 10px 0px 3px 0px;
	font-weight:normal;
	text-transform:uppercase;
	line-height: 1 em;
}

/* STYLES FOR NEWS ARTICLES */

.news {
padding-bottom: 10px; 
margin:0px 50px;; 
text-align: left; 
clear:both;
}

.news h3 {
	font-size: 15px;
	color: #C96F31;
	margin: 3px 0px 10px 0px;
	font-weight:normal;
	line-height: .1 em;
	letter-spacing: .1em;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

.news h4 {
	font-size: 11px;
	color: #C96F31;
	margin: 20px 0px 5px 0px;
	font-weight:normal;
	font-style:italic;
	text-align: right;
}

.news img {
float:left; 
margin: 0px 15px 15px 0px ; 
}

a.button {
background-color:#E31A28;
color: #F2C79F;
font-weight: bold;
border:1px solid #F2C79F;
padding:3px;
text-decoration:none;
margin-top:20px;
}

a.button:hover {
background-color:#C96F31;
color: #F2C79F;
font-weight: bold;
border:1px solid #F2C79F;
padding:3px;
text-decoration:none;
}

.asterisk {
color: #FF0000;
}





