* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul ,ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins, a {
	text-decoration: none;
}

a {
	color: black;
}

a:visited, a:hover, a:focus, a:active  {
	text-decoration: none;
	color: black;
	}

a:hover, a:focus {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 1;
	background: url(img/patternBG.jpg) fixed;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: auto;
	width: 800px;
}

#header {
	margin: auto;
	margin-top: 8px;
	width: 802px;
	height: 245px;
	background: url(img/logo.png) no-repeat;
	margin-bottom: -10px;
}
#header ul  {
	padding-top: 195px;
}

#header a {
	color: white;
	font-weight: bold;
}

#header a:hover, #header a:focus, #header a:active {
	text-decoration: none;
	color: yellow;
}

#header li {
	float: left;
	padding-right: 0px;
	list-style-type: none;
	margin: 12px 0 0 35px;
}

#top {
	width: 788px;
	height: 33px;
	background: url(img/paperTopBG.png) no-repeat;
}

#main {
	width: 788px;
	height: 650px;
	background: url(img/paperMainBG.png) repeat-y;
}

#content {
	margin: auto;
	width: 788px;
	height: 739px;
	margin-top: 16px;
}

#content2 {
	margin: auto;
	width: 788px;
	height: 1290px;
	margin-top: 16px;
}

.home {
	background: url(img/home.png) top left no-repeat;
	padding: 0 25px;
}

.user {
	background: url(img/user.png) top left no-repeat;
	padding: 0 25px;
}

.mail {
	background: url(img/mail.png) top left no-repeat;
	padding: 0 25px;
}

.tel {
	background: url(img/tel.png) top left no-repeat;
	padding: 0 25px;
}

#contact {
	margin-left: 70px;
	line-height: 1.3;
}

#twitter_div {
	width: 650px;
	height: 100px;
	margin-left: 50px;
	margin-right: 100px;
	line-height: 1.3;
}

.pic1 {
	margin-left: 120px;
}

.pic2 {
	margin-left: 120px;
	width: 450px;
	padding: 5px;
	border: thin solid;
}
	
#main2 img {
	width: 20%;
	float: right;
	margin: 5px;
    padding: 5px;
	border: thin solid;
}
	
#main2 {
	width: 788px;
	height: 1200px;
	background: url(img/paperMainBG.png) repeat-y;
}

#content h1, #content2 h1 {
	font-family: arial black;
	color: #2F4F4F;
	text-align: center;
	font-variant: small-caps;
}

#content h2, #content2 h2 {
	font-family: arial black;
	padding-left: 40px;
	color: gray;
}
	
#content p, #content2 p  {
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 40px;
	line-height: 1.3;
}
	
#bottom {
	width: 788px;
	height: 53px;
	background: url(img/paperBottomBG.png) no-repeat;
}

#footer {
	width: 750px;
	height: 15px;
	font-size: 0.6em;
}

#copy {
	margin-left: 45px;
	float: left;
}

#data {
	float: right;
}