/* CSS Style Sheet */
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size:0.9em;
	line-height:20px;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	text-transform: none;
	background:#CCCCCC;
}
a { 
	color:#60090b;
	text-decoration:none;
}
a:hover { 
	text-decoration:none;
}
p {
	font-size: 0.87em;
	line-height: 1.8em;
	text-align:left;
}
h1 { 
	font-family:"Palatino Linotype" , "Palatino", "Myriad Pro", "Trebuchet MS", Arial;
	margin:0; 
	text-transform:none; 
	font-size:1.7em;
	text-align:left;
}
h2 {
	font-family:"Palatino Linotype" , "Palatino", "Myriad Pro", "Trebuchet MS", Arial;
	margin:0; 
	text-transform:none; 
	font-size:1.25em;
	line-height: 1.8em;
	text-align:left;
}
h4 {
	display:block;
	font-size:1.0em;
	font-family:"Palatino Linotype" , "Palatino", "Myriad Pro", "Trebuchet MS", Arial;
	margin:11px 0px 10px 1px;
	text-align:left;
}
.articles {
	font-size: 0.87em;
	line-height: 1.4em;
}
/* Header */
#header { 
	background: url(images/header4.jpg) top repeat-x;
	height:150px;
}
 
#name {
	background:url(images/name.jpg) top left no-repeat;
	height:60px;
	width:500px;
	font-family:"Palatino Linotype" , "Palatino", "Myriad Pro", "Trebuchet MS", Arial;
	position:relative;
	top: 37px;
	left:71px;
	color:#3f3f3f;
}

.style2 {	
	font-family:"Palatino Linotype" , "Palatino", "Myriad Pro", "Trebuchet MS", Arial;
	color: #888888;
}

/* Menu Bar */
#menu {
	width:900px;
	margin:0 auto;
	height:30px;
	position:absolute;
	top: 115px;
	left: 40px;
}

#menu ul { 
	margin:0;
	padding-left: 32px;
}



#menu ul li{ 
	display:block;
	float:left;
	width:auto;
	list-style:none;
	height: 5px;

}

#menu ul li a {
	float:left;
	width:auto;
	margin-right: 30px;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:8px;
	word-spacing: 5px;
}

#menu ul li a:hover{
	color: #60090b;
	padding-top:8px;
	height:24px;
	text-decoration:none;

}

#main { 
	width:100%;
}

/* Container */
#container {
	background:#cccccc;
	min-height: 90%;
	height:auto;
	margin: 0px;
  	padding:0 0 102px 0;
	background:url(images/footer.jpg) bottom repeat-x;
}



/* Content */
#content {
	width:780px;
	height:auto;
	margin: 0 62px 0 62px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}



#content ul {
	text-align: center;
	width: 550px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#content ul li {
	list-style:none; 
	text-align: center;
	padding: 0 20px 20px 0;
	margin-left:auto;
	margin-right: auto;
	float:left; 
}

#content ul li img {
	display:block; 
	text-decoration:none; 
	border:1px solid #000000;
}


/* Footer */
#back {
float:left;
}

/* Gallery */
#gallery {
	width:1110px;
	height:auto;
	margin: 0 62px 0 62px;
	padding: 40px 10px 0 10px;
	min-height: 1000px;
}
#text { 
	width: 700px;
	height:auto;
	padding-top:0px;
	margin-bottom:0px;
}
#pg {
	float:left;
	position:relative;
	width:270px;
	margin: 38px 40px 0  auto;
	height: auto;
}

#pg2 {
	float:left;
	position:relative;
	width:355px;
	margin: 38px 40px 0  auto;
	height: auto;
}

#pg ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:270px; 
	height: auto;
	position:relative; 
	top:0;
	float:left;
}

#pg2 ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:355px; 
	height: auto;
	position:relative; 
	top:0;
	float:left;
}

#pg ul li {
	float:left; 
	margin:0 8px 8px 0;
	display: inline;
	height: 80px;
	width: 80px;
}

#pg2 ul li {
	float:left; 
	margin:0 8px 8px 0;
	display: inline;
	height: 80px;
	width: 80px;
}
#pg ul li a {
	text-decoration:none; 
}

#pg ul li a img {
	border:1px solid #000000;
	height:80px;
	width: 80px;
}
#pg2 ul li a img {
	border:1px solid #000000;
	height:80px;
	width: 80px;
}

#description {
	float:left; 
	width: 270px;
	padding:15px 0 20px 0;
}
#description  p {
	font-size: 0.72em;
	line-height: 1.8em;
	text-align:left;
}

#pg2 #description {
	float:left; 
	width: 355px;
	padding:15px 0 20px 0;
}
#pg2 #description  p {
	font-size: 0.73em;
	line-height: 1.8em;
	text-align:left;
}
#image {
	float:left;
	position:relative;
	margin:43px 0 0 auto;
	border: 3px solid #000000;
}
#image2 {
	float:left;
	position:relative;
	margin:43px 0 0 auto;
	border: 3px solid #000000;
	overflow:scroll;
	height:auto;
	width:750px;
}
#morepics {
	margin-left:310px;
	position:relative;
	top: 0;
	float:left;
	width:720px;
	height: 200px;
	padding-top:15px;
}
#morepics ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:720px;
	height: 200px;
	float:left;
	}
#morepics ul li {
	list-style:none; 
	float:left; 
	margin:0 8px 8px 0;
	display: inline;
	height: 80px;
	width: 80px;
	display:inline;
}
#morepics ul li a {
list-style:none;
text-decoration:none:}

#morepics ul li a img {
	list-style:none; 
	float:left;
	border:1px solid #000000;
	height:80px;
	width: 80px;
}
