/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 margin: 0px auto 10px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #330000;
 background-repeat: no-repeat;
 text-align: center;
 background-position: top;
}
a {
 color:#FFFFFF;
 text-decoration:none;
}
img {
 border: 0px;
}
#wrapper { 
 margin: 0px auto 0px;
 width: 1200px;
 background-image:url(../Images/ang-background_comp_1200w_700h.jpg);
}
#wrapper_index { 
 margin: 0px auto 0px;
 width: 1200px;
 background-image:url(../Images/empty-ang-background_1200w_700h.jpg);
}
#social_header {
 color: #ffffff;
 width: 1200px;
 height: 27px;
 float: left;
 padding: 3px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 text-align: left;
}
#social_header a{
 padding-left:15px;
}
#social_header a:hover{
 color:#990000;
 filter:alpha(opacity=30);
 -moz-opacity:0.3;
 -khtml-opacity: 0.3;
 opacity: 0.3;
}
#header {
 color: #ffffff;
 width: 1200px;
 height: 160px;
 font-size: 80px;
 float: left;
 padding: 10px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 
}
#header_links {
 width: 1200px;
 height: 160px;
 font-size: 80px;
 float: left;
 padding: 10px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 display:block;
}
#header_links a {
 width: 1200px;
 height: 160px;
 font-size: 80px;
 display:block;
 filter:alpha(opacity=0);
 -moz-opacity:0;
 -khtml-opacity: 0;
 opacity: 0;
 padding: 10px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
}
#header_links a:hover { 
 width: 1200px;
 height: 160px;
 font-size: 80px;
 display:block;
 filter:alpha(opacity=0);
 -moz-opacity:0;
 -khtml-opacity: 0;
 opacity: 0;
 padding: 10px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
}
#leftcolumn { 
 color: #ffffff;
 width: 300px;
 height: 450px;
 float: left;
 padding: 0px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
}
#leftcolumn_spacer { 
 color: #ffffff;
 width: 300px;
 height: 85px;
 float: left;
 padding: 0px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 display:block;
}
#leftcolumn_links { 
 color: #ffffff;
 width: 300px;
 height: 70px;
 font-size:70px;
 float: left;
 padding: 0px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 display:block;
}
#leftcolumn_links a { 
 width: 300px;
 height: 70px;
 font-size:70px;
 display:block;
}
#leftcolumn_links a:hover { 
 display:block;
 height: 70px;
 font-size:70px;
 background-color:#660000;
 filter:alpha(opacity=30);
 -moz-opacity:0.3;
 -khtml-opacity: 0.3;
 opacity: 0.3;
}
#rightcolumn { 
 color: #ffffff;
 width: 900px;
 height: 450px;
 float: right;
 padding: 0px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 display: inline;
 text-align: left;
}
#right_content { 
 width: 650px;
 height: 450px;
 padding: 100px 0px 0px 25px;
 border: 0px;
 margin: 0px 0px 0px 0px;
}
.rigtht_content_header {
 font-size: 24px;
 text-align:center;
 padding: 0px 0px 20px 0px;
}
#footer { 
 color: #ffffff;
 width: 1200px;
 height: 25px;
 padding: 0px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 clear: both;
}
/*
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity: 0.5;
 opacity: 0.5;*/