@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	
}
#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 1050px;
	width: 1000px;
	color: #333333;
	background-color: #FFFFFF;
	z-index: -10;
} 
#heading {
	margin: 0;
	background-image: url(../images/nav/head_upper.jpg);
	height: 117px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	} 
#go_home {
	border: none;
	position: absolute;
	left: 25px;
	top: 20px;
	width: 150px;
	height: 100px;
}
#lower {
	margin: 0;
	position: absolute;
	height: 33px;
	width: 1000px;
	left: 0px;
	top: 117px;
}
#sidebar1 {
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #CC0066;
	top: 150px;
	left: 730px;
	position: absolute;
	height: 1000px;
	border: 1px solid #333333;
}
#mainContent {
	margin-top: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 0px;
	border-right-style: solid;
	margin-left: 0px;
	margin-right: 0px;
	top: 150px;
	width: 720px;
	position: absolute;
	z-index: -8;
} 
 #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.sidebarlayer {
	position: absolute;
	left: 758px;
	top: 523px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.home {
	position: absolute;
	left: 22px;
	top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.heading_goldreverre{
	font-family: Perpetua;
	float: none; 
	width: 350px; 
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	height: 200px;
	left: 360px;
	top: 10px;
	color: #990000;
}
.smallfont {
	font-size: 10pt;
	padding: 20px;	
}
.verysmallfont {font-size: x-small}
a.noborder {
 border: none;
}
.left_panel_signs {
	position: absolute;
	height: 1200px;
	width: 220px;
	left: 0px;
	top: 150px;
	background-color: #D7D1CF;
	word-spacing: normal;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.right_panel_signs {
	left: 240px;
	top: 150px;
	height: 1200px;
	width: 720px;
	padding: 20px;
	position: absolute;
}
.left_panel_apps {
	position: absolute;
	height: 1200px;
	width: 170px;
	left: 0px;
	top: 150px;
	background-color: #D7D1CF;
	padding-top: 20px;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}
.right-panel-apps {
	left: 172px;
	top: 150px;
	height: 1200px;
	width: 790px;
	padding: 20px;
	position: absolute;
}
.left_panel_finishes {
	position: absolute;
	height: 1500px;
	width: 625px;
	left: 0px;
	top: 150px;
	background-color: #D7D1CF;
	word-spacing: normal;
	text-align: center;
	float: left;
	padding: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}
.right_panel_finishes {
	position: absolute;
	background-color: #FFF;
	left: 625px;
	height: 1500px;
	width: 332px;
	padding: 20px;
	top: 150px;
}
.articles {
height: 850px;
	width: 800px;
	position: absolute;
	left: 50px;
	top: 150px;
}
#nextpagelink {
	text-align: center;
}
img{
border:none;
}
ul.image_preview,li{
	margin:0;
	padding:0;
}
li{
	list-style:none; /*affects layout of left_apps */
	/*float: center;*/
	margin:5px;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-size: small;
	}
.padded_image {
	margin: 5px;
	}
