* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

#flashcontent {
		height: 92%;
	}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
	background-color:#382b23;
}

body {
	font-family: Georgia, Veranda, Arial, Helvetica sans-serif;
	font-size: 10px;
	margin: 1px;
	padding: 0px 0;
}

h1 {
	font-family: "Times New Roman", Times New Roman, Times, serif;
	margin-right: 200px;
	color: #D530B4;
	margin-top: 0px;
	font-weight: normal;
	font-size: 3em;
}

h2 {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #a7257b;
	font-size: 1.5em;
	margin: 0 0 0 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	border-bottom: 1px solid gray;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #a7257b;
	margin-top: 0px;
}

h4 {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
	color:#cbcbcb;
	padding:0;
	color:#D530B4;
}

p {
	line-height: 1.3em;
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

img{
	border-width:0;
}

img.leftside {
	border-width: 0;
	margin: 4px 0 0 4px;
	
}

img.rightside{
	border-width: 0;
	margin: 4px 4px 0 0px;
}

img.body{
	border-width: 0;
	margin-top: 4px;
	margin-left: 5px;
	
}

img.gallery{
	border-style:solid;
	border-width:medium;
	border-color:#5b4e38;
	height: 63px;
	width: 63px;
}

hr {
	border: 0 none #FFFFFF;
	border-bottom: 0px solid gray;
	height: 5px;
	margin: 0px 0;
	display: block;
	clear: both;
}

/* DIVs .......................*/

div.wrapper {
	margin: 3% 1% 5% 1%;
}

div.container{
	width:777px;
	min-height:570px;
	background-color:white;	
	margin:0px auto;
}
div.header {
	width:777px;
	height:150px;	
	padding:0px;
	margin:0px;
	background-color:transparent;
}

div.navbar {
	background: transparent none repeat-x 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0 0 0px 0;
	width: 777px;
	min-height: 25px;
	position: relative;
	top: -6px;
	font-size:small;
	font-variant:small-caps;
	text-align: center;
}

div.leftside{
	width:209px;
	float:left;
	background-color:white;
	clear:none;
	display:inline;
	position: relative;
	top: -10px;
}

div.body{
	background-color: white;
	width: 361px;
	height: 362px;
	float:left;
	clear:none;
	display:inline;
	position: relative;
	top: -10px;
}

div.gallerybody{
	background-color: white;
	width:777px;
	height: 570px;
	float:left;
	margin:auto;
	clear:none;
	display:inline;
	position:relative;
	top: 0px;
}
div.rightside{
	width:207px;
	background-color:white;
	float:right;
	clear:none;
	display:inline;
	position: relative;
	top: -10px;
}

div.footer{
	width:777px;
	padding: 10px 0 0px 0;
	min-height:50px;
	background-color:white;
	float:left;
	clear:both;
	position: relative;
	top: -10px;
	text-align:center;
}

div.about{
	padding: 0px 30px 0px 30px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


/* LISTs-----------------------------*/

ul{
	text-align: -moz-center;
	width: 100%;
}

li{ 
	vertical-align: middle;
	margin-left:10px;
	margin-right:10px;
	display:inline;
	font-size:1.2em;
}

/*------Links-----------*/
a.navbar{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: black/*#6c624d*/;
	font-size:15px;
	text-decoration: none;
}

a{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color:#5b4e38;
	text-decoration: none;
}

a:hover{
	color:#d530b4;
	text-decoration: none;
}

img.gallery:hover{
	color:#D530B4;
	text-decoration:none;
	border-color:#D530B4;
}
