/*-----------------------------------+
 | site: foutain fair version one    |
 | part: master stylesheet           |
 +-----------------------------------*/



/* global
=====================================================================*/

body {
	font-family: helvetica, monospace;
	font-size: 14px;
	color: black;
	line-height: 0px;
}

.maintype {
	font-family: helvetica, monospace;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: black;
	//background-color: white;	
}

.navtype {
	font-family: helvetica, monospace;
	font-size: 14px;
	font-weight: bold;
	color: black;
	//background-color: white;
	padding: 2px;	
}

.footertype {
	font-family: helvetica, monospace;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

.medium {
	font-family: helvetica, monospace;
	font-size: 18px;
	color: black;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 53px;
}

.large {
	font-family: helvetica, monospace;
	font-size: 30px;
	color: black;
	line-height: 34px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 55px;
}

.largew {
	font-family: helvetica, monospace;
	font-size: 30px;
	color: white;
	line-height: 34px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
}


.xlarge {
	font-family: helvetica, monospace;
	font-size: 65px;
	color: white;
	line-height: 72px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 55px;
}

.xlargered {
	font-family: helvetica, monospace;
	font-size: 65px;
	color: red;
	line-height: 72px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 55px;
}

.xxlarge {
	font-family: helvetica, monospace;
	font-size: 90px;
	color: white;
	line-height: 92px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 55px;
}



	

/* divs
=====================================================================*/

#wrapper {
	width: 1000px;
	height: 100%;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	padding-bottom: 55px;
}


#header {
	width: 1000px;
	margin-top: 20px;
	margin-left: 55px;
	padding: 0px;
}

#nav {
	width: 1000px;
	margin-top: 0px;
	margin-left: 53px;
}


#main {
	width: 1000px;
	margin-top: 30px;
	margin-left: 56px;
	padding: 0px;
}

#columnone {
	width: 300px;
	float: left;
	position: relative;
	float: left;
	margin-left: 0px;
	padding: 0px;
}

#columntwo {
	width: 700px;
	float: left;
	position: relative;
	//background: blue;
	margin-left: 10px;
}


#footer {
   position: absolute;
   bottom: 0;
   width: 1000px;
   height: 55px;
   margin-left: 53px;
}

	


/* links
=====================================================================*/

.maintype a:{
font-family: helvetica, monospace;
font-size: 14px;
line-height: 18px;
color: black;
text-decoration: none;
}

.maintype a:link {
font-family: helvetica, monospace;
font-size: 14px;
line-height: 18px;
color: black;
text-decoration: none;
}

.maintype a:visited {
font-family: helvetica, monospace;
font-size: 14px;
line-height: 18px;
color: black;
text-decoration: none;
}

.maintype a:hover {
font-family: helvetica, monospace;
font-size: 14px;
line-height: 18px;
color: black;
background-color: white;
text-decoration: none;
}

.maintype a:active {
font-family: helvetica, monospace;
font-size: 14px;
line-height: 18px;
color: black;
background-color: white;
text-decoration: none;
}

.navtype a:{
font-family: helvetica, monospace;
font-size: 14px;
font-weight: bold;
color: black;
text-decoration: underline;
padding: 3px;
}

.navtype a:link {
font-family: helvetica, monospace;
font-size: 14px;
font-weight: bold;
color: black;
text-decoration: underline;
padding: 3px;
}

.navtype a:visited {
font-family: helvetica, monospace;
font-size: 14px;
font-weight: bold;
color: black;
text-decoration: underline;
padding: 3px;
}

.navtype a:hover {
font-family: helvetica, monospace;
font-size: 14px;
font-weight: bold;
color: black;
background-color: white;
text-decoration: none;
padding: 3px;
}

.navtype a:active {
font-family: helvetica, monospace;
font-size: 14px;
font-weight: bold;
color: black;
background-color: white;
text-decoration: none;
padding: 3px;
}

.footertype a:{
font-family: helvetica, monospace;
font-size: 10px;
font-weight: bold;
color: black;
text-decoration: none;
padding-right: 8px;
}

.footertype a:link {
font-family: helvetica, monospace;
font-size: 10px;
font-weight: bold;
color: black;
text-decoration: none;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
}

.footertype a:visited {
font-family: helvetica, monospace;
font-size: 10px;
font-weight: bold;
color: black;
text-decoration: none;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
}

.footertype a:hover {
font-family: helvetica, monospace;
font-size: 10px;
font-weight: bold;
color: black;
background-color: white;
text-decoration: none;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
}

.footertype a:active {
font-family: helvetica, monospace;
font-size: 10px;
font-weight: bold;
color: black;
background-color: white;
text-decoration: none;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
}


