﻿/* Body */
body {
	background: white;
	font-family: Arial;
	font-size: 13px;
	color: Black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    voice-family: "\"}\"";
	voice-family:inherit;
}

form {
margin:0;
padding:0;
display: inline
}

* {
    margin: 0;
    padding: 0;
}

/* Header */
#header 
{
    margin-left:auto;
    margin-right:auto;
}

/* verytop */
#pagetop 
{
    background-color: #720001;

}
/* Logo */
#logo 
{
    background-color: #720001;
}

/* Spacer */
#spacer {   
    background-color: #720001;
}

/* Sidebar */
#sidebar {       
	margin-left: 100px;
	margin-right: 100px;
	padding-left: 10px;
    font-weight: bold;
	text-align: left;
	background: url(Images/leftborder.jpg) repeat-x left top;
	background-color: #C2C2C2;
	width: 200px;
}

#sidebar p {
    color: Black;
    font-weight: normal;
    font-size: 11px;
}

#sidebar a{
    color: Black;
    font-weight: normal;
    font-size: 11px;
}

/* Quick Links */
#quicklinks{
    width: 200px;
}

#quicklinks a{
    color: White;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none
}

/* Content */
#content {
    padding-left: 0px;
    padding-right: 0px;
	background-color: white;
	color:#3A3A3A;
}

#content p {
    font-size: 12px;
}

#content a{
    color: #3A3A3A;
}

/* Gallery */
#gallerylinks{
    border-color:Black; 
}

/* Footer Space */
#footerspace {
    background-color: #800001;   
}

