/*
Theme Name: AlloRed3
Theme URI: 
Description: Red and Black
Version: 1.0
Author: Angela Allmond
Tags: 

*/

a:link {
	color: #CCCCCC;
}
a:hover {
	color: #9E0000;
}
a:visited {
	color: #CCCCCC;
}


#header {
background-image:url(images/header.jpg);
height: 154px;
}

#menubar {
	background-image:url(images/menubar.jpg);
	color: #CCCCCC;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;

 }

#menubar a {
	text-decoration: none;
}
#content {
	background-image:url(images/content.jpg);
	color: #CCCCCC;
	background-repeat: repeat-y;
	/* padding means top right bottom left  */
	padding:10px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;

}

#contentonlyarea
{
 	/* 
width: 60%;
float: left;
border: 1px solid red ; 
*/
}

#specialsidebararea
{
/*
	width: 39%;  
	float: left;
	border: 1px solid ; 
*/

}
/*About Pg Content*/
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {
	color: #990000;
	font-weight: bold;
}
.style3 {color: #990000}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
.style5 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
	  color: #990000;
	  font-weight: bold
}

#subfooter {
	color: #CCCCCC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 }

#copyright {
    color: #CCCCCC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 }

#container {
	margin: 0 auto 0 auto;
	width: 856px;
}

body {
background-color: #000000;
text-align:center;
}

#boxrow {
width:856px;
text-align:center;
} 

#left{ 
float:left; 
/* Top Right Bottom Left*/
margin: -3px 0px 0px 0px;
display: inline;

} 

#center {
display:block; 
margin:auto;
/* Top Right Bottom Left*/
margin: 0px 0px 0px 0px;
display: inline;
} 

#right{ 
float:right;
/* Top Right Bottom Left*/
margin: -3px 0px 0px 0px;
display: inline;
}

/*Rounded Corners*/

.box { 
  background: #DDDDDD; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}