* { padding: 0; margin: 0px auto; }

body{
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
#wrapper{
	width: 848px;
	margin: 0 auto;
}

/*************************************************** entry **/

#entry_navbar{
	text-align: right;
	height: 35px;
	width: 848px;
}
.entry_navbar_trade{
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #eb0000;
	padding-top: 4px;
	padding-right: 36px;
	padding-left: 5px;
}
.entry_navbar_design{
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #ffb900;
	padding-top: 4px;
	padding-right: 36px;
	padding-left: 5px;
}
.entry_navbar_trade a:link { color: #eb0000; text-decoration: none }
.entry_navbar_trade a:visited { color: #eb0000; text-decoration: none }
.entry_navbar_trade a:hover { color: #ffffff; text-decoration: none }
.entry_navbar_trade a:active { color: #ffffff; text-decoration: none }

.entry_navbar_design a:link { color: #ffb900; text-decoration: none }
.entry_navbar_design a:visited { color: #ffb900; text-decoration: none }
.entry_navbar_design a:hover { color: #ffffff; text-decoration: none }
.entry_navbar_design a:active { color: #ffffff; text-decoration: none }

#entry_header{
	background-color: #000000;
	background-image: url(images/index_04.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 848px;
	clear: left;
	float: left;
}
#entry_flash{
	clear: left;
	float: left;
	height: 278px;
	width: 848px;
}
#entry_content{
	min-height: 200px;
	width: 748px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	clear: left;
	float: left;
	text-align: left;
}

/*************************************************** inside **/

.inside_navbar{
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	margin-top: 12px;
	padding-right: 21px;
}
.phone{
	font-size: 18px;
	line-height: 13px;
	font-weight: bold;
	margin-top: 12px;
}

/*************************************************** headlines **/

h1{ /** page header **/
}
h2{ /** entry headline **/
	font-size: 15px;
	color: #0074cd;
	padding-bottom: 10px;
}

/*************************************************** headlines **/

#footer{
	width: 828px;
	margin-top: 20px;
	padding-right: 0px;
	padding-left: 10px;
	clear: left;
	float: left;
}
.footer{
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: right;
}
.footer a:link { color: #0074cd; text-decoration: none }
.footer a:visited { color: #0074cd; text-decoration: none }
.footer a:hover { color: #ffffff; text-decoration: none }
.footer a:active { color: #ffffff; text-decoration: none }

