@charset "UTF-8";
/* CSS Document */

/* A very simple CSS reset */

html {
	overflow-y:scroll;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* Basic CSS Styles */
body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 34px;
	background-image:url(grid.gif);
}

h1 {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	margin: 0;
	color: #333;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
}

p {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 0 0;
}

li {list-style:inside;
margin:10px;
font-size:25px;
line-height:40px;}

/* Liquid Page Wrapper Styles */
#wrap {
	width: 1000px;
	margin:  auto;
	padding: 10px;
	background-color:#FFF;
}
#innerwrap {
	background-color:#FFF;
}

/* Header Area Styles */
#header {	background-color:#FFF;

		

}
#header ul {
	margin: 0 0 10px 0;
	list-style-type: none;
	list-style: inside;
	height: 32px;
}
#header ul li {
	display: inline;
	padding: 8px;
	line-height: 32px;
}
#header ul li a {
	color: #F36;
	text-decoration: none;
}
#header ul li a:hover {
	color: #F99;
}

/* Body Area Styles */
#body_area {
		margin: 10px 0 0 0;
		background-color:#FFF;



}





#copy_block {}

#photo {
	width: 48%;
	margin: 0 24px 24px 0;
	float: left;
	overflow: hidden;
}

 #photo img {
}

/* Footer Area Styles */
#footer {
	clear: both;
		background-color:#FFF;

}
#footer p {
	margin: 0;
	padding: 4px 0 0 0;
	border-top: 2px dashed #111;
	font-size: 12px;
		background-color:#FFF;

}

a {
	color:#333;
}
A:hover {
	color:#CCC;
}
	sa
#wrapper{
     margin:20px auto;
     width:800px;
     background:#2b2b2b;
     padding:10px;
}
#wrapper h1{
     padding:2px 0px;
     font:28px, Georgia;
     color:#fff;
}
#wrapper h2{
     padding:2px 0px;
     font:25px;
     color:#fff;
}
#menu{
	width:1000px;
	text-align:left;

}

#menu ul {
     margin:0;
     list-style-type:none;


	 
}

#menu ul li{
	list-style:none;
	


}

.fourth a {
	font: 20px;
	font-style:italic !important;
	color:#fff;
	text-decoration:none;
	background-color:#F06;
	padding:10px;
	line-height:30px;
	padding-right:600px;
	max-width:1000px;
		display:block;

}
