/* C/* CSS Document */

/* This is the style of your browser text */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background-color:#FFFFFF;
	font-size: 11px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	text-align: center;
	color:#333333;
	background-image:url(../images/palm-tree4.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
h3 {color:#CC3399;
}
/* This is the actual body area */
#page {
	width: 945px;
	margin: 20px auto;
	position:relative;
	padding:0;
}
#logo {
	width: 115px;
	height:700px;
}
#navigation {
	width: 830px;
	height:90px;
	margin: 0 auto;
	position:relative;
	float:left;
}
#content {
	width: 830px;
	float:left;
	text-align:left; 
	background-color:#FFFFFF;
}
/*logo*/
.logo {
	display: inline;
	margin: 0;
	position: absolute;
	top: 0px;/*logo position (top, left)*/
	left: 0px;
	width: 110px;
	height: 150px;
}
.logo a {
	height: 110px;
	width: 150px;
}
/* navigation*/
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 100px;
	left: 150px;
	width: 801px;
}
/* This is the links */

/*footer*/
#footer {
	width: 830px;
	margin:0 auto;
	float:left;
	text-align:center;
	clear:both;
}
/*footer navigation*/
#footer ul {
	padding: 0;
	margin: 0;
}
#footer ul li {display: inline; padding:10px 10px 0px 10px; color:#FF0099;}
#footer p {color: #FF0099} 
/*2 cloumn*/
#left {
    background:#fff;
    float:left;
    width:550px;
    }
#right {
    background:#fff;
    float:right;
    width:236px;
    }
#wleft {
    background:#fff;
    float:left;
    width:390px;
    }
#wright {
    background:#fff;
    float:right;
    width:418px;
    }
.entryform {
	text-align:left;
	padding:10px 0 0 10px;
	}
.title {
	font-size: 18px;
	color: #FF33CC;
	font-weight: bold;
	font-family: "Arial", Verdana, sans-serif;
	}
.subtitle{
	font-size: 14px;
	color: #FF33CC;
	font-weight: bold;
	font-family: "Arial", Verdana, sans-serif;
	}	
	
.cat a{color: #F39; font-family: "arial", Verdana, sans-serif; font-weight:bold; text-decoration:none; font-size:12px; font-weight:bold;}     