html, body {
margin: 0;
padding: 0;
background-color: #bed600;
font-family: Arial, MS Sans; 
}
h1 {color: #ff5800; font-size: 1.2em;}
h2 {font-size: 14px; color: #394a58;}
p { font-size: 12px; color: #394a58;}
p.small {font-size: 10px; color: #394a58;}

ul{list-style-type: none}

A:link { font-size: 12px; color: #394a58; font-weight: bold; text-decoration: none;}
A:visited {font-size: 12px; color: #394a58; font-weight: bold; text-decoration: none;}
A:active {font-size: 12px; color: #ff5800; font-weight: bold; text-decoration: none;}
A:hover {font-size: 12px; color: #ff5800; font-weight: bold; text-decoration: none;}

#container{
width: 770px;
margin: auto;
background-image: url(../images/testborder.jpg);
background-repeat: repeat-y;
}
#container-b{ width: 698px; margin: auto;}
/*#top-bar {height: 90px;}*/
#top-nav {float: right}
#menu-bar{
	height: 35px; 
	margin: 12px 0 0 0;
	padding: 0 0 10px 0;
	border:1px solid #bed600;
	border-width:0 0 1px 0;
	}

#status-bar{height: 10px;}
#content{background: white;	margin-right: 270px;}

.side-bar{ 	margin-top: 40px; width: 265px;	float: right;}

.picholder{/*height: 169px; border:1px solid #bed600;border-width:0 0 1px 0;  clear: both;*/ margin: auto;}
/*#picholder-c {clear: both; margin: auto;}*/
#separator{clear: both; margin: 15px 0; border:1px solid #bed600;border-width:0 0 1px 0;}

#content-b{margin-right: 270px;}

/*#side-bar-b{width: 265px; float: right; margin-top: 50px;}*/

#footer {
	clear: both;
	height: 50px;
	width: 770px;
	margin: auto;
	padding-top: 0.4em;
	background-image: url(../images/testborder_2.jpg);
	background-repeat: no-repeat;
}

.menu {
	width:234px;
	padding:0 0 10px 0;
	margin: 15px 0 0 35px;
	background:url(../images/menu.gif) bottom left no-repeat;
	}
.menu h3 {
	margin:0;
	padding:20px 0px 0px 0px;
	background:url(../images/menu.gif) top left no-repeat;
	}
.menu p {
	border:1px solid #bed600;
	border-width:0 1px;
	padding: 0 5px 0 10px;
	margin: 0 3px 0 2px;
	background:#d0eb8a;
	font-size: 12px; 
	color: #394a58;
}
.menu p-orange {
	/*border:1px solid #bed600;
	border-width:0 1px;
	padding: 0 5px 0 10px;
	margin: 0 3px 0 2px;
	background:#d0eb8a;*/
	font-size: 12px;
	font-weight: bold;	
	color: #ff5800;
}


a img {border-width: 0;}
a#home img {background: url(../images/home_sve.gif) top left no-repeat;}
a#company img {background: url(../images/company_sve.gif) top left no-repeat;}
a#apps img {background: url(../images/apps_sve.gif) top left no-repeat;}
a#contact img {background: url(../images/contact_sve.gif) top left no-repeat;}

a#home:hover img {background: url(../images/home_sve_2.gif) top left no-repeat;}
a#company:hover img {background: url(../images/company_sve_2.gif) top left no-repeat;}
a#apps:hover img {background: url(../images/apps_sve_2.gif) top left no-repeat;}
a#contact:hover img {background: url(../images/contact_sve_2.gif) top left no-repeat;}

table {
	border:1px solid; 
	border-color: #bed600;
	font-size: 12px; color: #394a58;
	empty-cells: show;
	border-collapse: collapse;
	}
table th {background-color: #bed600;padding: 2px;}
table td {	background-color: #d0eb8a; padding: 2px;}
