/* CSS Document */

#leftcurtain {
	position:fixed;
	top:0px;
	left:0px;
	background-image:url(images/leftcurtain.gif);
	background-repeat:no-repeat;
	min-height:625px;
	width:190px;
}
#rightside {
	position:fixed;
	top:0px;
	right:0px;
	background-image:url(images/right_side.jpg);
	background-repeat:no-repeat;
	width:352px;
	min-height:625px;
	}
#content {
	width:auto;
	margin-left:200px;
	margin-right:360px;
	margin-top:0px;
}
body {
	margin-top: 0px;
}
h3 {
	color: #0000CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 2px;
	padding: 1px;
}
h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	padding: 2px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
}

#navigation {
	position:fixed;
	top:80px;
	right:20px;
	width: 150px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	font-size:14px;
	text-align:center;
	line-height:1em;
	}
	
#navigation p{
	margin-top: 0.4em;
	margin-bottom: 0.1em;
	display: block;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

#navigation .categorytitle {
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-align: center;
	margin-top:1em;
	}
	
#navigation a:link{
	color: #FFFFFF;
	text-decoration:none;
}
#navigation a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#navigation a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#navigation a:active {
	color: #FFFFFF;
	text-decoration:none;
}

	
.centeredtext {
	text-align: center;
}
.smalltext {
	font-size: x-small;
}
h2 {
	font-size: x-large;
	font-weight: bold;
	color: #0000DD;
	text-align: center;
	margin: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	text-align: center;
	margin: 1px;
	padding: 1px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #0000FF;
	text-align: center;
	margin: 1px;
	padding: 0px;
}
.fauxh4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
a:link, a:hover, a:visited {
	text-decoration: underline;
	color:#000000;
}

#content img {
	padding: 4px;
}
#footertable table {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: x-small;
	clear: both;
}
.redtext {
	color: #DF0000;
	font-variant: small-caps;
	font-size: larger;
}
.floatleft {
	clear: both;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS",Helvetica, Verdana;
	font-size:small;
	width: 100%;
}

.floatleft img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	}
.floatright {
	clear: both;
	float: right;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align:left;
	font-family: "Trebuchet MS",Helvetica, Verdana;
	font-size: small;
	width: 100%;
}
.floatright img {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	}
.prosforhiretitles {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #E92323;
	font-family: "Arial Black";
}
.prosforhiresubtitles {
	font-variant: small-caps;
	text-transform: capitalize;
	color: black;
	font-family: "Arial Black";
}
.largeheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.smallredcentered {
	font-size: small;
	color: #FF0000;
	text-align: center;
}
