/* CSS Document */
body {
background-color: rgb(81, 23, 1);
padding: 0;
margin: 0;
text-align: center;
color: rgb(220, 162, 6);
font-family: Verdana, Helvetica, Arial, sans-serif;
}
a{
color: rgb(220, 162, 6);
text-decoration: none;
font-weight: bold;
}
a:hover{
color: rgb(255, 187, 6);
}

#wrapper {
background-image: url(images/bgy.jpg);
background-repeat: repeat-y;
	width:800px;
	height:100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}


#banner {
background-image: url(images/banner02.gif);
background-repeat: no-repeat;
background-position: 0 0;
	width:800px;
	height:130px;
	margin: 0;
	padding: 0;
}
#bannertable {
background-image: url(images/banner02.gif);
background-repeat: no-repeat;
background-position: 0 0;
border-style: none;
	width:800px;
	height:130px;
	margin: 0;
	padding: 0;
}
#navbox{
width: 800px;
height: 27px;
}

#index_02 {
display: block;
	float: left;
	width:117px;
	height:27px;
	background-color: rgb(81, 23, 1);
}

#nav_03 {
background-image: url(images/nav-ov_03.jpg);
background-repeat: no-repeat;
display: block;
	float: left;
	width:75px;
	height:27px;
}
#nav_03 a{
display: block;
background: transparent url(images/nav_03.jpg) no-repeat;
	width:75px;
	height:27px;
}
#nav_03 a:hover{
background-position: -75px 0;
}

#nav_04 {
background-image: url(images/nav-ov_04.jpg);
background-repeat: no-repeat;
display: block;
	float: left;
	width:98px;
	height:27px;
}
#nav_04 a{
display: block;
background: transparent url(images/nav_04.jpg) no-repeat;
	width:98px;
	height:27px;
}
#nav_04 a:hover{
background-position: -98px 0;
}

#nav_05 {
background-image: url(images/nav-ov_05.jpg);
background-repeat: no-repeat;
display: block;
	float: left;
	width:105px;
	height:27px;
}
#nav_05 a{
display: block;
background: transparent url(images/nav_05.jpg) no-repeat;
	width:105px;
	height:27px;
}
#nav_05 a:hover{
background-position: -105px 0;
}

#nav_06 {
background-image: url(images/nav-ov_06.jpg);
background-repeat: no-repeat;
display: block;
	float: left;
	width:103px;
	height:27px;
}
#nav_06 a{
display: block;
background: transparent url(images/nav_06.jpg) no-repeat;
	width:103px;
	height:27px;
}
#nav_06 a:hover{
background-position: -103px 0;
}

#nav_07 {
background-image: url(images/nav-ov_07.jpg);
background-repeat: no-repeat;
display: block;
	float: left;
	width:120px;
	height:27px;
}
#nav_07 a{
display: block;
background: transparent url(images/nav_07.jpg) no-repeat;
	width:120px;
	height:27px;
}
#nav_07 a:hover{
background-position: -120px 0;
}

#index_08 {
display: block;
	float: left;
	width:182px;
	height:27px;
	background-color: rgb(81, 23, 1);
}

#content {
background-image: url(images/content.jpg);
	width:800px;
	height:452px;
}
#content p{
font-size: 11px;
margin: 0;
padding: 12px 40px 12px 68px
}
#content img{
float: right;
margin: 0 0 0 20px;
}

#footer {
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
	width:800px;
	height:107px;
}
#footer p{
font-size: 11px;
margin: 0 0 20px 0;
padding: 70px 0 0 0
}
#contentportfolio {
background-image: url(images/content.jpg);
background-repeat: no-repeat;
	width:800px;
	height:500px;
}
#contentportfolio p{
font-size: 11px;
margin: 0;
padding: 4px 0 18px 0;
}
#row {
width: 700px;
height: 200px;
margin: 20px 0 0 0;
padding: 0;
}

#col1 {
width: 200px;
float: left;
margin: 20px 0 0 45px;
padding: 0 0 0 0;
}
#col2 {
width: 200px;
float: left;
margin: 20px 0 0 30px;
padding: 0 0 0 0;
}

