* {margin:0;padding:0;}
body {
	text-align:center;
	font-size:12px;
	font-family: Verdana;
	color:#FFFFFF;
	background:url(images/background.gif) #FFFFFF repeat;
}

#frame {
	width:763px;
	margin:10px auto 0 auto;
	padding:0px;
	text-align:left;
}

#header {
	width:763px;
	height:114px;
	margin-top:10px;
	text-align:right;
	background:url(images/veebee_logo.gif) #000000 no-repeat;
}
#header #main-navigation {
	padding:52px 0 0 0;
	margin:0 35px 0 0;
}
#header #main-navigation li {
	display:inline;
	list-style:none;
	margin:0 0 0 28px;
	text-transform:uppercase;
}
#header #main-navigation li.current-page {font-weight:bold;}
#header #main-navigation li.current-page a {font-weight:bold; color:#FFFFFF;background:transparent;}
#banner {
	background:#666666;
	height:325px;
	background:url(images/banner_image.jpg) #666666 no-repeat;
	margin:10px 0 0 0;
}	

#main_content {
	width:763px;
	background:#FFFFFF;
	margin:10px 0 0 0;
	float:left;
}
#left_col, #right_col {
	float:left;
	padding:22px 0 10px 18px;
	background:#FFFFFF;
}

#left_col{
	width:478px;
	color:#000000;
}

#right_col {
	width:226px;
	margin:0 0 0 8px;
	color:#000000;
}

#footer {
	float:left;
	width:763px;		
	height:10px;
	margin:10px 0 10px 0;
	background:#EBEBE9;
}
#footer p.copyright {
	color:#666666;
	font-size:11px;
	text-align:right;
	padding:0 20px 5px 0;
	background:#EBEBE9;
}
p,h1,pre {
	margin:5px 0px 0px 0px;
	line-height:15pt;
	text-align:justify;
	}

h1 {
	font-size:20px;
	color:#666666;
	padding-top:0px;
	}

b {
	color:#FF6600;
	}

a {
	text-decoration: none;
	}

p.black A:link  { color : #000000; background:transparent;}
p.black A:visited  { color : #000000; background:transparent;}
p.black A:active  { color : #000000; background:transparent;}
p.black A:hover  { color : #FF6600; background:transparent;}


a:link {
	color:#FFFFFF;
	background:transparent;
	}

a:visited {
	color:#666666;
	background:transparent;
	}

a:hover {
	color:#FF6600;
	text-decoration: underline;
	background:transparent;
	}

a:active {
	color:#FFFFFF;
	background:transparent;
	}

#flashcontent {
	height: 100%;
}

/* Made adjustments to navigation styling */

#header #main-navigation li a:link {
	color:#666666;
	background:transparent;
}
#header #main-navigation li a.hover{
	color:#FF6600;
	background:transparent;
	text-decoration: underline;
}




