body {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#FCE7AE;
	background-image:url("../images/background.jpg");
	background-position:center top;
	background-attachment:fixed;
	background-color:#27816D;
	margin:0px;
	padding:0px;
}

a:link {text-decoration:underline; color:#FCE7AE;}
a:visited {text-decoration:underline; color:#FCE7AE;}
a:hover {text-decoration:underline; color:#FFCC00;}
a:active {text-decoration:underline; color:#FCE7AE;}

input {
	width:430px;
}

textarea {
	width:430px;
} 

img {
	border:0px;
}

#container {
	height:300px;
	width:908px;
	margin:0 auto 0 auto;
}

#logo {
	height:165px;
	width:820px;
	margin:30px auto 25px auto;
}

#menu {
	height:70px;
	width:820px;
	margin:0 auto 30px auto;
	background-image:url("../images/menu_bg.gif");
}

.blank {
	width:44px;
	height:44px;
	float:left;
}

.date {
	width:38px;
	height:37px;
	float:left;
	padding:7px 0 0 6px;
	background-image:url("../images/date_bg.gif");
	text-align:center;
}

.month {
	font-size:14px;
	color:#162220;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.number {
	font-size:11px;
	color:#9b7b28;
	font-weight:bold;
	margin:-3px 0 0 0px;
	padding:0px;
}

.portfolio_image {
	width:660px;
	height:200px;
	margin:0 10px 30px 0;
	float:left;
}

.portfolio_text {
	width:150px;
	height:200px;
	margin:0 0 30px 0;
	float:left;
}

.icons {
	margin:8px 0 8px 0;
}

.copy {
	margin:0px;
	padding:0px;
}

.link {
	font-size:9px;
	margin:10px 0 0 0;
	padding:0px;
}

.link_yellow {
	font-size:9px;
	margin:10px 0 0 0;
	padding:0px;
	color:#FFCC00;
}

.text_yellow {
	font-size:9px;
	margin:0px;
	padding:0px;
	color:#FFCC00;
}

#image_bear {
	width:260px;
	height:275px;
	margin:0 20px 30px 44px;
	float:left;
	text-align:center;
}

#copy_right {
	width:540px;
	height:275px;
	float:left;
	margin:0 0 30px 0;
}

.download_text {
	font-size:13px;
	font-weight:bold;
}

#footer {
	width:820px;
	height:20px;
	background-image:url("../images/footer_bg.gif");
	background-position:top;
	background-repeat:repeat-x;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
	
}

#p_left {
	margin:0px;
	padding:0px;
	float:left;
}

#p_right {
	margin:0px;
	padding:0px;
	float:right;
}

/* ##### vTip ##### */

p#vtip {
	display:none;
	position:absolute;
	padding:5px;
	left:5px;
	font-size:9px;
	background-color:#1A2624;
	
	z-index: 9999;
}

p#vtip #vtipArrow {
	position:absolute;
	top: 22px;
	left: 12px;
}
