/******* Standard tags styling  *******/

body{
	background-color:	#F6F5DB;
}

h1{
	font-family:	"verdana";
	font-size:	13pt;
	color:		#4F7BDA;
}

h2{
	font-family:	"verdana";
	font-size:	11pt;
	color:		#4F7BDA;
}

p{
	text-indent:	0.5cm;
}

img{
	border:	0;
}

/*******  Links styling  *******/

a:link{
COLOR:		#F188C9;
TEXT-DECORATION:	none;
}
a:visited{
COLOR:		#F188C9;
TEXT-DECORATION:	none;
}
a:hover{
COLOR:		#A0AAEE;
TEXT-DECORATION:	underline;
}
a:active{
COLOR:		#A0AAEE;
TEXT-DECORATION:	none;
}
.menu a:link{
COLOR:		#E7E3BF;
TEXT_DECORATION:	none;
}
.menu a:visited{
COLOR:		#E7E3BF;
TEXT-DECORATION:	none;
}
.menu a:hover{
COLOR:		#4F7BDA;
TEXT-DECORATION:	none;
}
.menu a:active{
COLOR:		#A0AAEE;
TEXT-DECORATION:	none;
}


/******* DIV styling & positioning *******/

#main{
	position:	relative;
	top:		0px;
	left:		0px;
	width:	100%;
	height:	100%;
    margin: -10px 0 0 -10px;
}

#gradient{
	position:	absolute;
	top:		0px;
	left:		0px;
	height:		209px;
	width:		100%;
	  background-image:	url('../images/slice.gif');
padding-right:20px;
}
html>body #gradient {
	padding-right:0px;
}

#title{
	position:	absolute;
	top:		0px;
	left:		0px;
	height:		211px;
	width:		100%;
	background-image:url('../images/title_background.gif');
	padding:	0;
	margin:		0;
}



#menu{
	position:	absolute;
	top:		17px;
	left:		430px;
	width:		300px;
	height:		116px;
	font-family:	"Gill Sans MT";
	font-size:	14pt;
	font-weight:	bolder;	
	line-height:	33px;	
	text-align: 	right;
	color:		#4F7BDA;
	/** background-image:url('images/menu_background.gif'); **/
}

#text{
	position:	absolute;
	top:		230px;
	left:		40px;
	width:		500px;
	height:		500px;
	font-family:	"verdana";
	font-size:	10pt;
	color:		#4F7BDA;

}

.logo{
	position:	absolute;
	top:		250px;
	left:		540px;
	border:		0pt solid black;
}

#before_after{
	position:	absolute;
	top:		100px;
	left:		540px;
	width:		415px;
}

#toplink{
line-height:18px;
font-size:85%;
margin-top:-5px;
margin-bottom:5px;
}
