* {
margin: 0;
}
html, body {
        margin:0px;
        background-color: #000000;
	background-image:	url(/lastguru/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
        padding:0px;
        height: 100%;
        }

a:link 		{
		color:#5C8DA5;
	        font-weight:bold;
	 	/*letter-spacing:1px;*/
	 	text-decoration: none;
	 	font-size:9pt;
		} 
		
a:visited 	{
		color:#5C8DA5;
	        font-weight:bold;
	 	/*letter-spacing:1px;*/
	 	font-size:9pt;
	 	text-decoration: none;
		} 
		
a:hover 	{
		color:#5C8DA5;
	        font-weight:bold;
	 	/*letter-spacing:1px;*/
	 	text-decoration: underline;
	 	font-size:9pt;
		} 
		 	
#main {
	width:960px;
	background-color: #FFFFFF;
	margin:0px auto;   
        position:relative;
        min-height:100%;
	opacity:0.80;
	filter:alpha(opacity=80);
        }
#header { 
        background: url(/lastguru/header_bg.png) repeat-x;
        width:100%;
        margin:0px;
        height:150px;
}
#headerTitle {
        height:100%;
        width:100%;
}
#headerRight {
        width:100%;
        height:100%;
        text-align:right;
        position:relative;
}
#headerRight #title {
        position:absolute;
        top:25px;
        left:20px;
        font-family:arial;
        text-align:left;
	cursor:pointer;
}
#title h1 {
        text-transform:uppercase;
        margin-bottom:0px;
        font-weight:normal;
        font-size:26pt;
        margin-top:0px;
        /*color:white;*/
}
#title h1 a {
        color:white;
        text-decoration:none; font-size: 26pt; font-weight: normal; 
}
#title h2 {
        margin:0px;
        font-size:12pt;
        color:#000000;
        padding-left:20px;
        }
#title img {
        z-index:5;
;
	
}
#login {
        position:absolute;
        font-size:10pt;
        top:10px;
        right:50px;
        color:white;
        z-index:6;
        font-family:arial;
}

#login a {
        color:white; font-weight: normal; letter-spacing: 0px;
}
.loginBox {
        font-size:10pt;
        margin:0px;
        display:inline;
}
.loginBox input {
        font-size:10pt;
}

#mainBody {
        width:630px;
	left:180px;
        margin:0px;
        /*background: #ffffff;*/
        position:relative;
	z-index:0;
}
#main > #mainBody {
        height:auto;
        padding-bottom: 30px;
}
#contentArea {
	margin-top: 0px;
	/*padding-left:180px;*/
        z-index:2;
        position:relative;
        padding-top:30px;
        /*padding-left:10px;*/
        padding-right:0px;
        padding-bottom:20px;
        -moz-box-sizing:border-box;
        font-family:verdana;
        font-size:9pt;
}
html #main #mainBody #contentArea {
        height:1%;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
        background: url(/root/import/lastguru/footer_grad.png) repeat-x;
        width:100%;
        margin:0px;
        height:30px;
        z-index: 2;
}

#footer #copyright {
        color:#FFFFFF;
        font-family:arial;
        position:absolute;
        top:10px;
        right:30px;
        font-size:10pt;
        z-index: 2;
	}

#top_left {
	position: absolute;
	top:	150px;
	left:	160px;
	z-index: 1;
	height:	30px;
	width:	30px;
	background-image:	url(/lastguru/tl_g.png);
	}	
	
#vertmenubg {
	top:150px;
	position: absolute;
	left: 0;
	bottom: 30px;
	background-color: #b2d631;
	width: 122px;
	margin: 0 ;
	z-index: 1;
	}

h1	{
	font-family:arial;
	}

h2 	{
	padding-bottom: 15px;
	padding-top: 10px;
	font-family: arial;
	}
p	{
	padding-bottom: 10px;
	}
#contentArea li	{
	margin-left: -11px;
	padding-bottom: 1px;
	}

