body{
	background: #3366CC;
	text-align: center;
	padding: 0px;
	margin: 5px;
	font-family: Tahoma, Arial, Helvetica;
}
p{
	font-size: 12px;
	color: #3366CC;
}
div#header{
	width: 740px;
	height: 106px;
	background: #99CBFE;
	position: relative;
}
div#adwords{
	position: absolute;
	top: 0px;
	right: 0px;
}
div#header a img{
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;
}
div#header h1{
	color: #C20808;
	font-size: 24px;	
	font-family: "Times New Roman", "Times", "serif";
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	left: 100px;
	margin: 0px;
}
div#header h1 strong{
	color: #3366CC;
	font-size: 20px;
}
div#bulk-top{
	width: 740px;
	height: 3px;
	background: #99CBFE;
}
div#bulk{
	width: 740px;
	background: #99CBFE;
	background: url(../images/bulk-back.gif) repeat-y;
	overflow: auto;
}
div#content{
	width: 534px;
	float: left;
	text-align: justify;
}
div#content h2{
	font-size: 18px;
	color: #3366CC;
	text-indent: 12px;
}
div#content h3{
	font-size: 16px;
	color: #3366CC;
	text-align: left;
	margin: 10px;
}
div#adsense{
	margin-left: 31px;
}
div#content p{
	margin: 10px;
}
div#content a{
	font-weight: bold;
	color: #3366CC;
	text-decoration: underline;
}
div#content a:hover{
	text-decoration: none;
}
div#content script{
	text-align: center;
	margin-left: 150px;
}
img#content-pic-one{
	float: right;
	margin-right: 15px;
	margin-left: 8px;
	margin-bottom: 8px;
}
img#content-pic-two{
	float: left;
	margin-right: 8px;
	margin-left: 15px;
	margin-bottom: 8px;
}
div#nav-column{
	width: 190px;
	height:	100px;
	float: right;
	background-color: #FFDF7B;
}
div#nav-countries{
	width: 150px;
	margin: 0 auto;
}
div#nav-countries h2, div#nav-countries p header{
	font-size: 16px;
	margin: 10px;
	font-weight: bold;
	color: #C20808;
}
div#nav-countries h2 strong{
	color: #C20808;
}
div#nav-countries a{
font: bold 11px arial, helvetica, sans-serif;
width: 150px;
display: block;
margin: 0px;
padding: 0px 3px;
color: #fff;
text-decoration: none;
background: #3366CC;
}
div#nav-countries a:hover{
	color: #C20808;
	background: #fff;
}
div#menu {
	width: 150px;
	margin: 0 auto;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
div#menu a, div#menu p {
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	margin: 0px;
	padding: 0px 3px;
	color: #fff;
	text-decoration: none;
	background: #3366CC;
}
#menu a:hover,#menu p:hover{
	color: #C20808;
	background: White;
}
#menu li {position: relative;}
#menu ul ul {
	position: absolute;
	top: -2px;
	left: 100%;
	width: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul
	{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
	{display: block;}

div#bulk-bottom{
	display: none;
}
div#footer{
	width: 740px;
	height: 50px;
	background: #99CBFE;
	font-size: 12px;
	color: #3366CC;
	position: relative;
}
div#footer a{
	font-size: 11px;
	color: #3366CC;
}
div#footer h3 em{
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #3366CC;
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0px;
	
}
