/***
DEVELOPED BY JESSICA ABAYA
***/

body
{
	font:12px "Trebuchet MS", Verdana, Arial;
	margin:0px auto;
}

#main
{
	width:1024px;
	height:auto;
	margin:0px auto;
}

#header
{
	width:1024px;
	height:104px;
}

#header_left
{
	width:265px;
	height:104px;
	float:left;
}

#header_right
{
	width:759px;
	height:104px;
	float:left;
}

#above_space
{
	width:339px;
	height:78px;
	float:left;
	background:#093;
}
#above_icons
{
	width:420px;
	height:78px;
	float:right;
}

#logo_holder
{
	width:265px;
	height:104px;
	float:left;
	background:url(../images/curve.png) no-repeat;
}

#logo_above
{
	height:78px;
	width:265px;
	float:left;
}

#logo
{
	padding-top:17px;
	float:left;
}

#logo_below
{
	width:265px;
	height:26px;
	float:left;
	background:url(../images/curve.png);
}

#menu_above
{
	height:78px;
	width:759px;
	float:left;
}

#menu_below
{
	height:26px;
	width:759px;
	background:#0080d7;
	float:left;
}

#language
{
	width:52px;
	height:78px;
	float:left;
	font-weight:bold;
}

#icons
{
	width:176px;
	float:right;
}

#banner
{
	height:470px;
	width:1024px;
}

#banner_top
{
	height:252px;
	width:1024px;
}

#banner_below
{
	height:208px;
	width:1024px;
}

#news
{
	height:455px;
	width:529px;
	background:url(../images/news_bg2.png) repeat-x;
	float:left;
}

#news_left
{
	height:198px;
	width:86px;
	float:left;
}

#news_right
{
	height:198px;
	width:440px;
	float:left;
}

#news_above
{
	width:526px;
	height:255px;
	float:left;
}

#news_below
{
	width:526px;
	height:198px;
	float:left;
}

#news_img
{
	height:198px;
	width:86px;
	float:left;
	background:url(../images/news.png) no-repeat;
}

#news_text
{
	padding:15px;
	width:407px;
	height:auto;
	float:left;
}

#banner_space_middle
{
	width:269px;
	height:345px;
	float:left;
	padding-left:10px;
}

#logo_spaces
{
	float:left;
}

#login_form
{
	width:269px;
	height:457px;
	float:left;
	padding-left:10px;
}

#login_top
{
	height:344px;
	width:239px;
}

#login_below
{
	height:113px;
	width:239px;
	margin-top:5px;
	/*background:url(../images/login.png) no-repeat;*/
}

#banner_menu
{
	width:186px;
	float:left;
	text-align:left;
}

#banner_menu_top
{
	height:128px;
	width:186px;
}

#banner_menu_middle
{
	height:217px;
	width:186px;
	background:url(../images/right_nav.png) no-repeat;
}

#banner_menu_below
{
	height:117px;
	width:186px;
}

#focus
{
	background:url(../images/focus_bg.jpg) repeat-x;
	height:99px;
	width:1020px;
	border:2px #ececec solid;
}

#focus_text
{
	height:99px;
	width:79px;
	float:left;
	background:url(../images/focus.png) no-repeat;
}

#footer
{
	margin:40px 0px 0px 0px;
	background:#009933;
}

#footer_left
{
	width:245px;
	height:50px;
	float:left;
}

#footer_middle
{
	width:490px;
	height:50px;
	float:left;
	text-align:center;
	padding-top:20px;
}

#footer_right
{
	width:239px;
	height:50px;
	float:right;
	padding-right:20px;
}

/* MENU */
ul li.parent_menu
{
	width:auto;
	padding:4px 13px 0px 13px;
	float:left;	
}
/****/
