  p, body, h1, h2, h3, h4, div, table, tr, td, ul, li{ margin: 0 0 0 0;}

*{ font-family: Arial; color: black;}

#header{
	background: url(assets/images/header.jpg) top center no-repeat;
	height: 144px;
	width: 955px;
	margin-top: 20px;
	position: relative
}

#logo{
	position: absolute;
	top: 10px;
	left: 10px;
}

#address{
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #00004d;
	padding: 20px 30px 0 0;
}

#name{
	font-family: Times New Roman;
	color: #0000aa;
	font-size: 40px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	padding: 5px 30px;
}

#content{
	background: url(assets/images/bg.jpg) top left repeat-x;
	min-height: 770px;
	width: 955px;
	padding-top: 15px;
}

#text{
	background: url(assets/images/text-repeat.jpg) top left repeat-y;
	width: 849px;
}

#text-top{
	background: url(assets/images/text-top.jpg) top left no-repeat;
	width: 789px;
	height: auto;
	min-height: 600px;
	text-align: left;
	padding: 20px 30px 0 30px;
}


#text-bottom{
	background: url(assets/images/text-bottom.jpg) top left no-repeat;
	width: 849px;
	height: 35px;
}

h1{
	color: #ff7f00;
	font-size: 22px;
	padding-bottom: 10px;
}

h2{
	font-size: 18px;
	padding-bottom: 10px;
}

h3{
	font-size: 14px;
}

p{
	font-size: 14px;
	padding-bottom: 10px;
}

a{
	text-decoration: none;
	color: #ff7f00;
}

a:hover{
	text-decoration: underline;
}
#footer {
	margin: 0px auto;
	padding: 0px 0px 20px;
	width: 955px;
	font-size: 11px;
	text-align: center;
}


