/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #e3e3e3;
	padding-top: 40px;
	background-image: url(../images/img_alas/blk_design_bg.jpg);
	background-repeat: repeat;
}

a {
color: #990;
text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
color: #ccc;
}

#header {
	width: 580px;
	height: 210px;
	background-position: left top;
	background-color: #000;
	background-image: url(../images/img_alas/header.jpg);
	background-repeat: no-repeat;
}

#wrapper {
width: 580px;
background: #e3e3e3 url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #e3e3e3;
margin: 0 auto;
text-align: left;
}

h1 {
	width: 570px;
	height: 30px;
	background-color: #333;
	float: inherit;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
	margin-right: 1px;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
width: 419px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
cursor: default;
}

#nav {
	list-style: none;
	/*z-index: 2;*/
	border-right: 0px solid #fff;
	height: 210px;
	width: 150px;
	float: right;
	border-left: 1px solid #afb39a;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}


/*img {
border: none;
text-decoration: none;
}*/

a img {
/*display: block;*/
margin-bottom: 20px;
border: none;
}

a:hover img {
border-color: #e3e3e3;
}

#large_img {
	background: #000;
	margin:auto;
	width: 580px;
	float: left;
	overflow: hidden;
	text-align: justify;
	border-top: 20px;
	border-top-color: #000000;
	padding-bottom: 20px;
}

#large_img2 {
	background: #000;
	margin:auto;
	width: 580px;
	float: left;
	overflow: hidden;
	text-align: justify;
	border-top: 0px;
	border-top-color: #000000;
	padding-bottom: 20px;
}

#lg_img {
	background: #000;
	margin:60px 0px 40px 0px;
	width: 400px;
	float: right;
	overflow: hidden;
	text-align: justify;
	padding-bottom: 20px;
}

#paint_info {
	left:auto;
	width: 150px;
	margin-top: 140px;
	float: left;
	padding-left: 20px;
}

#paint_info2 {
	left:auto;
	width: 400px;
	margin-top: 0px;
	float: right;
	padding-right: 80px;
}


p {
margin-bottom: 20px;
}

#footer {
	clear: both;
	width: 580px;
	background-color: e3e3e3;
}
