/* All text */

* {
	font-family: Times New Roman, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

p {
	font-family: Times New Roman, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* Specific text properties */

.bold {
    font-family: Times New Roman, serif;
	font-size: 12px;
    font-weight: 900;
}

.smallbold {
    font-family: Times New Roman, serif;
	font-size: 12px;
    font-weight: 900;
}

.boldOblique {
	font-style: italic;
	font-weight: 700;
}

blockquote {
    padding: 0 35px;
}

ol {
    list-style-type: none;
}

li {
    padding: 1px;
}

.whiteText {
    font-family: Times New Roman, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	background-color: #999999;
	padding: 80px;
}


.smallwhiteText {
    font-family: Times New Roman, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	background-color: #999999;
	padding: 50px;
}
     

/* All links */

A:link, A:visited {
	font-family: Times New Roman, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: 900;
	text-decoration: none;
}

A:active, A:hover {
	font-family: Times New Roman, serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: 900;
	text-decoration: none;
}

/* Box Links */

.boxLinks {
	position: absolute;
	top: 50px;
	left: 50px;
	float: left;
	z-index: 200;
}

div#nav a img {
    height: 35px;
    width: 35px;
    border-style: solid;
	border-width: 1px;
	border-color: #333333;
	padding: 5px;
}

div#nav a:hover img {
    height: 35px;
    width: 35px;
    border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 5px;
}

.galleryLinks {
	position: absolute;
	top: 50px;
	left: 750px;
	float: right;
	z-index: 200;
}

div#gallerynav a img {
    height: 35px;
    width: 35px;
    border-style: solid;
	border-width: 1px;
	border-color: #333333;
	padding: 5px;
}

div#gallerynav a:hover img {
    height: 35px;
    width: 35px;
    border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 5px;
}

div#gallerynav li {
	padding: 0px;
}

/* Hidden Links */

A.hidden:link, A.hidden:visited, A.hidden:active, A.hidden:hover {
	font-family: Verdana, Helvetica, Arial Black, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	font-weight: 900;
	text-decoration: none;
}


/* Main Body */

.main {
	font-family: Times New Roman, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 600px;
	height: auto;
	position: absolute;
	top: 50px;
	left: 150px;
	line-height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 10px;
}
