* {
	margin: 0;
	padding: 0;
}

#container {
	width:950px;
	margin:0 auto;
	padding-bottom:50px;
	background-image:url('Images/black_pattern03.jpg');
}


#header {
	background-image:url('Images/black_pattern03.jpg');
	margin:auto;
	overflow:hidden;
}
#nav {
        float:left;
        width:948px;
        height:45px;
        background: #b60002; /* Old browsers */
	background: -moz-linear-gradient(top, #b60002 0%, #bd191b 50%, #c53335 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b60002), color-stop(50%,#bd191b), color-stop(100%,#c53335)); /*Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b60002 0%,#bd191b 50%,#c53335 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b60002 0%,#bd191b 50%,#c53335 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b60002 0%,#bd191b 50%,#c53335 100%); /* IE10+ */
	background: linear-gradient(top, #b60002 0%,#bd191b 50%,#c53335 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b60002',endColorstr='#c53335',GradientType=0); /*IE6-9 */
        -moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#000000; 
	box-shadow: 7px 2px 6px #000000;
}

#nav > ul {
	position:relative;
        padding:0 0 0 275px;
        font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;	 
    	width:auto;
        height:45px;
	list-style:none;
}

#nav > ul > li {
	float:left;  
	border-right:solid 1px #ca0002;  
	height:45px; 
        list-style:none;
}
	#nav li.first {
		border-left:solid 1px #ca0002;
	}

#nav > ul > li a, a:link, a:visited {
	text-decoration:none;
	display:block;
	float:left;
	height:45px;
	color:#fff;
	line-height:45px;
	padding:0px 15px 0 15px;
	border-right:solid 1px #990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	outline:none;
}
	#nav li.first a, #nav li.first a:link, #nav li.first a:visited {
		border-left:solid 1px #990000;
	}

#nav >  ul > li:hover{
	background:#000000;
}

#nav >  ul > li:hover > a{
	margin:0;
	color:#ffffff;
}

#nav > ul > li a:active, a:focus {
	background: #000000;
}

#nav ul ul {
        border:solid 2px #000000;
        display:none;
        position:absolute;
        background:#29293d;
        opacity:0.95;
        width:auto;
}

#nav ul li:hover ul {
        position:absolute;
        top:45px;
        display:block;
        float:left;
}

#nav ul ul li{
        list-style:none;
        display:block;
        float:left;
}

#nav ul ul li a {
        border:none;
        padding:0px 10px 0 10px;
        font-size:70%;
}

#nav ul ul li a:hover {
        text-decoration:underline;
}

#main {
	padding:20px;
	float:left;
	width:908px;
	height:auto;
	background:#FFFFFF;
	box-shadow: 7px 0px 6px #000000;
        color: #990000;
}

.col {
        width:28%;
        padding:20px;
        float:left;
        font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
        list-style:none;
}

.col ul {
        list-style:none;
        background:#29293d;
        border:#000000;
        padding:20px;
        color:#FFFFFF;
        border:solid 2px #000000;
}

#footer {
	color:#FFFFFF;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	width:949px;
	height:30px;
	padding:15px 0 0 0;
	background: #b60002; /* Old browsers */
	background: -moz-linear-gradient(top, #c53335 0%, #bd191b 50%, #b60002 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c53335), color-stop(50%,#bd191b), color-stop(100%,#b60002)); /*Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c53335 0%,#bd191b 50%,#b60002 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c53335 0%,#bd191b 50%,#b60002 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c53335 0%,#bd191b 50%,#b60002 100%); /* IE10+ */
	background: linear-gradient(top, #c53335 0%,#bd191b 50%,#b60002 100%); /* W3C */  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c53335',endColorstr='#b60002',GradientType=0); /*IE6-9 */ 
	text-align:center;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#000000;
	box-shadow: 7px 5px 6px #000000;
}


body,
html {
	margin:0;
	padding:0;
	color:#000;
	background-image:url('Images/black_pattern03.jpg');
}

h1 {
	font-size:35px;
	color:#b60002;
}

h2 {
	font-size:24px;
	color:#990000;
}

h3 {
        text-align:right;
        font-size:20px;
        color:#990000;
        clear:both;
        padding:0 0 0 50px;
}

p {
	font-size:15px;
}

p.main {
	clear:right;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.floatLeft { 
	float:left; 
	clear:right;
	padding:0 75px 0 0;
	margin:10px;
}

IMG.floatRight { 
	clear:left;
	float:right;
	padding:0 0 75px 0; 
	margin:10px; 
}