9@charset "UTF-8";
/* CSS Document */

/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

abbr,acronym { 
 	border-bottom:1px dotted #000; 
	cursor:help;
}
/* End CSS Rest*/

@font-face {
      font-family: "MillerText";
      src: url("fonts/MilleDisRomSC.tff");
	  font-family: "MillerText";
	  src: url("fonts/MilleDisRom.tff");
    }
    
	
body {
	font-family: "Times new roman";
	text-transform:"case sensitive";
	}


a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	height: 1000px;
}

#sub_wrapper {
	margin: 0 auto;
	width: 1024px;
	height: auto;
}

#index_wrapper {
	margin: 0 auto;
	width: 1024px;
	height: 1000px;
	/*border: 1px solid black;*/
}

#header {
	width: 960px;
	height: 2em;
	/*border: 1px solid black;*/
}


#content {
	color: #F99F1B;
	width: 960px;
	height: 600px;
	margin: 0px 0px 0px 30px;
}

#content h1 {
	font-size: 1.3em;
	margin: 0px 0px 0px 0px;
}

#content p {
	font-size: .8em;
	margin: 0px 0px 0px 0px;
}

#sub_content {
	position: relative;
	font-size: .8em;
	color: #000000;
	width: 960px;
	height: auto;
	margin: 0px 0px 35px 40px;
}

#sub_header {
	margin: 0 0 0 30px;
	font-size: 1.3em;
	text-align: left;
}

#sub_header_int {
	margin: 0 0 0 -10px;
	font-size: 1.3em;
	text-align: left;
}

#sub_pic {
	width: 440px;
	height: 400px;
	margin: 0px 0px 0px 0px;
}

#sub_title {
	margin: 0 0 0 0;
	font-family: "MillerText";
      src: url("fonts/MilleDisRomSC.tff");
	  font-family: "MillerText";
	  src: url("fonts/MilleDisRom.tff");
	text-transform:"lowercase";
	font-size: .8em;
	text-align: left;
} 


#sub_words {
	position: absolute;
	top: -1px;
	right: 161px;
	text-align: left;
	width: 275px;
	height: 400px;
	margin: 0px 0px 0px 0px;
}

#sub_words p {
	margin: 0 0 0 0;
	font-size: .8em;
	text-align: left;
}

#sub_words h2 {
	margin: 0 0 0 0;
	font-size: 1em;
	text-align: left;
}

#footer {
	margin: 0 0 0 0;
	position: absolute; top: 1600px; right: 0px;
	font-size: 1em;
	font: time
	text-align: right;
}


#sub_pargh {
	margin: 0 0 0 0;
	font-size: .8em;
	text-align: left;
}

#sub_pic_left {
	float: left;
	height: 400px;
	width: 270px;
	margin: 0px 0px 0px 0px;
}

#sub_pic_top {
	float: right;
	width: 165px;
	height: 155px;
	margin: 0px 0px 0px 0px;
}

#sub_pic_bottom {
	float: right;
	width: 165px;
	height: 245px;
	margin: 0px 0px 0px 0px;
}

#contact {
	text-align: left;
	width: 300px;
	height: 200px;
	margin: 50px 0 0 100px;
}

#contact p {
	margin: 0;
}

.img_main {
	border: solid black 1px;
	float: right;
	margin: 40px 30px 0 30px;
}

h1 {
	font-size: 7em;
	letter-spacing: .15em;
	padding: 40px 0px 10px 10px;
	
}

p {
	font-size: 1.3em;
	margin: 0px 0px 0px 50px;
	line-height: 1.5em;
}

h2 {
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	color: #000000;
	}

h3 {
	letter-spacing: 1px;
	color: #000000;
	font-weight: bold;
	}


h4 {
	margin: 0 0 0 0;
	font-size:14pt;
	letter-spacing: 1px;
	color: #000000;
	font-weight: regular;
	}

/* Gallery */

.gallery_wrap {
	font-size: 14pt;
	color: #000000;
	float: left;
	margin: 0px 10px 0px 0px;
	height: 130px;
	width: 243px;
	text-align: left;
}

.gallery {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	height: 150px;
	width: auto;
	text-align: left;
}

.gallery img {
	margin: 0px;
	border: none;
}


/* END Gallery */

