/* standard elements */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color:#FFFF00;}
a:hover {color:#FFFFCC;}

body {
	background:#990000;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-align:justify;
}

p,code,ul 
{
	padding-bottom: 1.2em;

}

li {list-style: none;}



h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container 
{
	background:#FFCC99;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 1px;
	width: 780px;
}

/* header */
.top 
{
	width:780px;
	margin: 0 auto;
	height:40px;
	background:#FFFFCC;
}
.top  h1
{
	font: normal 18px Tahoma,sans-serif;
	font-weight:bold;
	margin-left:10px;
}

/* title */
.header 
{

	margin: 0 auto;
	width: 780px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* images */

.header .left 
{
	background: #B3C2C7 url(wallpaintingtechniques.jpg) no-repeat;
	height:160px;
	width: 780px;
}

.header .left1 
{
	background: #75c3d7;
	font: normal 18px "Trebuchet MS",sans-serif;
	text-align: left;	
	width: 780px;
	height:35px;
	
}

.header .left1  h1
{
	font: normal 18px Tahoma,sans-serif;
	margin-bottom: 0px;
	font-weight:bold;
	margin-left:10px;
}

.header .right 
{
	overflow: auto;
	background:#7f955f;
	width: 212px;
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */

.navigation 
{	
	background:#CC0000;
	border: 1px solid #ffffff;
	border-color: #ffffff #ffffff;
	height: 30px;
}

.navigation a 
{
	background: #CC0000 ;
	border-right: 1px solid #AFBEC7;
	color:#FFFF00;
	display: block;
	float: right;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}

.navigation a:hover {background-position: left bottom; color:#FFCC00;}

/* main */
.main 
{
	border-top: 4px solid #FFF;
	background: url(bgmain.gif) repeat-y;
}

/* sub navigation */

.sidenav 
{
	float: right;
	width: 210px;
	background:#FFFFCC;
	text-align:left;
}

.sidenav h2 
{
	color:#FFFF00;
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.sidenav ul 
{
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li 
{
	border-bottom: 1px solid #cc0000;
}

.sidenav li a 
{
	font-size: 12px;
	color:#CC0000;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover 
{
	background:#F8E0C0;
	color: #654;	
}

.sidenav .image 
{
	width:210px;
}

.image 
{
	width:100%;
}

/* content */
.content 
{
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
	height:auto;
}

.content .descr 
{
	color: #664;
	font-size:12px;
	margin-bottom: 6px;
}

.content li 
{
	list-style:disc;
	margin-left: 18px;
}

.content p {font-family:verdana;}

/* footer */
.footer 
{
	background: url(bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 12px sans-serif;
	line-height: 39px;
	text-align: center;
}

.footer1
{
background-color:#CC3300;
	color:#FFFF00;
	font: bold 12px sans-serif;
	line-height: 30px;
	text-align: center;
}
.footer a,.footer a:hover {color:#FFFF00;}
