/*********************************************	
			Default	
**********************************************/

body {
	margin:0px;
	font-family:Tahoma, Geneva, Arial;
	font-size:11px;
	line-height:18px;
	color:#ffffff;
	background-image:url(/turnils2/images/bg.jpg);
	background-repeat:repeat-x;
}

a {
	text-decoration:undeline;
	font-size:14px;
	line-height:22px;
	color:#595959;
	background-image:url(/turnils2/images/LParrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
}
a:hover {
	color:#0033cc;
	background-image:url(/turnils2/images/LParrow_blue.gif);
	background-repeat:no-repeat;
}

p
{
    margin:0;
    padding:0;
}
p
{
    margin:0;
    padding:0;
}
/*********************************************
		Containers	
**********************************************/

#containermain {
	width:935px;
}

#landing 
{
    float:left;
    width:935px;
    height:650px;
}

#Links
{
    position: absolute;
    left: 60px;
    top: 240px;
    height: 200px;
    width: 250px;
}
#Text
{
    position: absolute;
    left: 590px;
    top: 210px;
    height: 300px;
    width: 255px;
}
