/* Newlook Dindin WEBDESIGN */
/*--Maret 2009--*/

body {
	background: url(images/bg_awan.jpg) no-repeat -50px fixed #B4E0F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 5px;
	padding: 0;
	font-size: 70%;
	text-align: center;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#banner {
	height: 350px;
	margin: 0px;
}

#nav {
	width: 1000px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #069;
}

#nav ul{
	margin: 0;
	padding: 5px 0px 0px;
	height: 20px;
	list-style-type: none;
}

#nav ul li{
	display: inline;
	margin-left: 25px;
}

#nav ul li a{
	color: #6FF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
} 

#nav ul li a:hover, #nav ul li a:focus{
	color: #6FF;
	text-decoration: underline;
}

#nav ul li a.navtot {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

#content {
	background-color: #CCC;
	width: 1000px;
}

#content p{
	margin: 20px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#content p.contact{
	color: #333;
}

#content p.contact a:link{
	color:#069;
	text-transform: uppercase;
}

#content p.contact a:hover {
	text-decoration: underline;	
}

#content ul {
	list-style-type: disc;
	list-style-image: url(images/bullet_blue.gif);
}

#content ul li {
	margin-left: -5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#box {
	display: block;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding:5px;

}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	letter-spacing: 2px;
	color: #336699;
	line-height: 1em;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	letter-spacing: 2px;
	color: #336699;
	line-height: 0.9em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 120%;
	color: #369;
	letter-spacing: normal;
	text-transform: uppercase;
	margin-left: 20px;
	padding-top: 20px;
}

FORM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 0px;
	padding:5px;
	width: 400px;
	font-size: 100%;
}

.button {
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size: 95%;
	 color:#333333;
     text-decoration: none;
}

img {
	border:0;
}

a:link{
	color: #666;
	text-decoration: none;
} 

a:visited{
	color: #600;
	text-decoration: none;
} 

a:hover{
	color: #333;
	text-decoration: underline;
} 

#footer {
	clear: both;
	text-align: center;
	height: 30px;
	width: 1000px;
	background: #6ff url(images/footer.jpg) no-repeat bottom 0px;
}

#footer p {
	font-size: 90%;
	color: #333;
	padding: 5px;
}

#footer img{
	vertical-align: baseline;
}

.container{
	width: 99%;
	float: right;
}