/* General tags */
*{margin:0; padding:0;}
body{background:#ccc url(bgstripes.gif) repeat ; font:70% Century Gothic sans-serif;}
a{
	background-color:inherit;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-variant: normal;
	font-family: "Century Gothic";
}
a:hover{text-decoration:underline;}
p{
	margin:0 0 10px;
	font-family: "Century Gothic";
}
ul, ol{
	margin:0 0 16px 15px;
	padding-left:2px;
	font-family: "Century Gothic";
}
ul ul, ol ol{margin:3px 0 0 15px;}
img{
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Headers */
h1{
	color:#770000;
	font-size:xx-large;
	letter-spacing:-1px;
	margin:1;
	text-align:right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-image: url(/images/header%20images/uniform-logo2.gif);
}
h2{
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:normal;
	margin:5px 0 10px;
	color: #FFFFFF;
	font-family: "Century Gothic";
}

/* IDs */
#title{margin:5px auto -4px; width:700px;}
#container{
	border:20px solid #000000;
	margin:0 auto 15px;
	padding:10px;
	width:800px;
	line-height:1.3em;
	color: #FFFFFF;
	background-image: url(/images/side%20images/others/skeleton1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #770000;
	background-attachment: scroll;
	font-family: "Century Gothic";
}
#sidebar{
	float:left;
	padding-left:69px;
	width:10px;
}
#sidebar p{
	margin:3px 0 5px 0;
	text-align:right;
	font-size:small;
	color: #FFFFFF;
	font-family: "Century Gothic";
}
#main{
	float:right;
	width:525px;
	font-family: "Century Gothic";
}
#footer{clear:both;}

/* Menu */
.menu{
	border:1px solid #ffffff;
	color:#FFFFFF;
	display:table;
	font-size:1.1em;
	font-weight:bold;
	padding:4px 2px 4px 10px;
	width:110px;
	right: 300px;
}
.menu:hover{
	background-color:#f8f8f8;
	border:1px solid #dadada;
	color:#770000;
	text-decoration:none;
}

/* Various classes */
.credits{
	color:#000000;
	font-size:0.9em;
	margin-bottom:0;
	text-align: right;
}
.credits a{color:#000000;}
