/**************************************************************************/
/*PAGE LAYOUT*/
/*These elements controll the blocks of content taht make up the page*/
/*From top to bottom: topspace;title;titlespace;underlinemenu;menuspace;content*/
/*Margins set to red*/

html {
	height: 100%;
	width: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x:auto;
}

body {
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#FFCC33;
	border: 0px solid red;
        margin: 0px;
}

.topspace{
	position:relative;
	width:600px;
	height:20px;
	background-color:#FFCC33;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
}

.title{
	position:relative;
	width:600px;
	height:50px;
	background-color:#FFCC33;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
}


.titlespace{
	position:relative;
	height:10px;
	width:600px;
	background-color:#FFCC33;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
}

.underlinemenu{
	position:relative;
	height:32px;
	width:600px;
	background-color:#FFCC33;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
}

.menuspace{
	position:relative;
	height:10px;
	width:600px;
	background-color:#FFCC33;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
}

.content{
	display:block;
	position:relative;
	width:600px;
	background-color:#FFCC33;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.contpic{
	display:block;
	position:relative;
	width:100%;
	background-color:#FFCC33;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.conleft{
	display:block;
	position:relative;
	width:auto;
	background-color:#FFCC33;
	border: 0px solid yellow;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

.galfol{
	display:inline-block;
	position:relative;
	width:30%;
	background-color:#FFCC33;
	border: 0px solid blue;
	margin-left: auto;
	margin-right: auto;
}

.galfol10{
	display:inline-block;
	position:relative;
	width:100%;
	background-color:#FFCC33;
	border: 0px solid blue;
	margin-left: auto;
	margin-right: auto;
}

.galfol60{
	display:inline-block;
	position:relative;
	width:60%;
	background-color:#FFCC33;
	border: 0px solid blue;
	margin-left: auto;
	margin-right: auto;
}

.galfol45{
	display:inline-block;
	position:relative;
	width:45%;
	background-color:#FFCC33;
	border: 0px solid blue;
	margin-left: auto;
	margin-right: auto;
}

.galfol30{
	display:inline-block;
	position:relative;
	width:30%;
	background-color:#FFCC33;
	border: 0px solid blue;
	margin-left: auto;
	margin-right: auto;
}

/**************************************************************************/
/*IMAGES*/
/*These elements controll the display of various images*/
/*line is ment to fancy up the menu; front is the frontpage image; gallery is the pictures in the gallery*/
/*Margins set to blue*/

.line{
	display: block;
	border: 0px solid blue;
}

.front{
	position:relative;
	display:block;
	border: 0px solid blue;
	margin-left: auto;
	margin-right: auto;
}

.gall{
	margin:0px;
	display:block;
	border:3px solid #6A6A6A;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width:100px;
}

.galpic{
	margin:0px;
	display:block;
	border:3px solid #6A6A6A;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/**************************************************************************/
/*MENU*/
/*These elements controll the menu items*/
/**/
/*Margins set to yellow*/

ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	border: 0px solid yellow;
	float: right;
}
/*The box for the unordered list that makes up the menu*/

li {
	float: left;
	border: 0px solid yellow;
	display: block;
}
/*The box for each itemin the list that makes up the menu*/

a:link,a:visited {
	font-size: 14px;
	border: 0px solid red;
	display:block;
	width:112px;
	font-weight:bold;
	color:#6A6A6A;
	background-color:#FFCC33;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}
/*The laypout for links and visited links*/

a:hover,a:active {
	background-color:#FFCC33;
	text-decoration:underline;
}
/*The laypout for active links and hovered links*/

/*The laypout the links on the link page (class two) is shown below*/

a.two:link,a.two:visited {
	font-size: 14px;
	border: 0px solid yellow;
	display:block;
	width:auto;
	font-weight:bold;
	color:#6A6A6A;
	background-color:#FFCC33;
	text-align:left;
	text-decoration:none;
	margin-top: 30px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
	text-transform:none;
}
/*The laypout for links and visited links*/

a.two:hover,a.two:active {
	background-color:#FFCC33;
	text-decoration:underline;
}

/*The laypout the links on the gallery page (class three) is shown below*/

a.three:link,a.three:visited {
	font-size: 14px;
	border: 0px solid yellow;
	display:block;
	width:auto;
	font-weight:bold;
	color:#6A6A6A;
	background-color:#FFCC33;
	text-align:center;
	text-decoration:none;
	margin-top: 30px;
	margin-right:auto;
	margin-bottom: 20px;
	margin-left:auto;
	text-transform:none;
}
/*The laypout for links and visited links*/

a.three:hover,a.three:active {
	background-color:#FFCC33;
	text-decoration:underline;
}

/**************************************************************************/
/*HEADERS - <h> tag styles*/
/**/
/**/

h1 {
	font-size: 30px;
	font-weight: normal;
	font-family:Arial,Helvetica,sans-serif;
	color: #6A6A6A;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform:uppercase;
}

h2 {
	font-size: 14px;
	font-family:Arial,Helvetica,sans-serif;
	color: #6A6A6A;
	padding: 0px;
	display: block;
	margin-top: 30px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
}

/**************************************************************************/
/*PARAGRAPHS - <p> tag styles*/

p {
	font-size: 0.875em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	text-indent: 0px;
	border: 0px solid yellow;
	padding:3px;
	white-space:pre-wrap;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}

p.cent {
	font-size: 0.875em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	text-indent: 0px;
	border: 0px solid blue;
	text-align:center;
	padding: 0px solid yellow;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/**************************************************************************/
/*TABLES */
/*These elements controll the items in the gallery table*/
/**/
/*Margins set to blue*/

#customers{
	width:100%;
	border-collapse:collapse;
	color:#800000;
}

#customers td, #customers th {
	font-size: 0.75em;
	border: 0px solid blue;
}

#customers th {
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#aed06f;
	color:#80000;
}

#customers td.wide
{
	color:#800000;
	background-color:#aed06f;
	width:60%;
}


