BODY {
	background: #ffd93f url(../images/bg-gradient.jpg) top repeat-x; 
	text-align:center;
	margin:0px;
}
BODY, TABLE, P {
	font-family: verdana, arial,helvetica,  sans-serif;
	font-size: xx-small;
}

TABLE{


}


A {
	text-decoration: none;
	color: #336699;
}
A:hover{
	color: #FFCC00;
}
A:visit{
	color: #336699;
}

/*mainmenu ==================*/
#mainmenu{


}
#mainmenu UL {



}


#mainmenu UL LI{

padding-left: 20px;
padding-right: 20px;
list-style: none;
float: left;
background: url(../images/dot.jpg)  right no-repeat;

}

#mainmenu A{
font-family: arial, helvetica, sans-serif;
color: #fff;
font-size: 12px;
text-decoration:none;
font-weight: bold;
}

#mainmenu A:hover{
color: #FFCC00;

}

/* HEADER =====================*/
#header {
	width: 770px;
	height: 155px;
	background: url(../images/header.jpg) top center no-repeat;
	padding-bottom: 7px;
	vertical-align: bottom;


}


#content{
	background: #fff url(../images/content.jpg) bottom center no-repeat;
	height: 100px;
	padding: 0px;
	padding-bottom: 50px;
}

#footer{
	background: #333333; 
	padding-top: 5px;
	padding-bottom: 5px;
	width: 770px;
	color: #fff;
	text-align:center;

}
#footer a{
	color: #fff;
	text-decoration:none;
}
#footer a:hover{
	color: #FFCC00;
}

/* FOR CONTENT =================*/

#firstpicture{
	margin-bottom:10px;
}
#yellow-table{
	border: solid 1px #FFCC00;
	padding: 5px;
}

#yellow-table-row1{
	border: solid 1px #FFCC00;
	padding: 0px;
	background: #FFCC00;

}

#yellow-table-row2{
	padding: 5px;
	background: url(../pictures/bg-vector2.jpg) no-repeat center;
	height: 300px;
	border: solid 1px #FFCC00;
	vertical-align: top;
}



#yellow-image{
	border: solid 1px #FFCC00;
}
#yellow-smallimage{
	border: solid 1px #FFCC00;
	padding: 0px;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#bottomlogo{
	padding-top:10px;
	text-align: center;
}
