
/* Main layout, fonts, colors */

*{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body{

margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-color: #feedd3;
color: #4b4b4b; 
font-size: 10pt; 
line-height: 15px;
font-family: Georgia, Lucida Sans Unicode, Arial, sans-serif;
}



.header {
color: #fd6279;
border-bottom: 1px dotted #666666;
font-family:  "Georgia",  Arial, sans-serif;
letter-spacing: 0.7;
font-size: 16pt;
line-height: 20px;
font-weight: none;
text-align: center;
padding: 3px;
}





b {color: #fd6279; border-bottom: 1px dotted #666666;}
i {color: #fd6279;}
u {color: #000000;}

a:link, a:visited, a:active {
color: #fd6279;
text-decoration: none;
font-weight: none;
cursor: hand;
}

a:hover {
color: #000000;
font-weight: none;
text-decoration: underline;
cursor: hand;
}

textarea, input, select {
font-family: Georgia, Arial, Tahoma, Verdana, Sans-serif;
font-size: 10pt;
color: #2b2b2b;
background: #FFFFFF;
border: 1px #F90998 solid;
}


a img {border: none; } 



/* Begin main centered boxes */


#mainbox{
	margin: 0 auto;
	width:950px;
	height:500px;
	padding: 0 30px;
        background-image: url("http://akhilak.com/akhilasplash2.gif");
        background-position: 50% 50%;
        background-repeat: no-repeat;
	padding-bottom:30px;
}


#maintext{
	width: 450px;
        height: 200px;
        position: absolute;
        top: 100;
        left: 600;
}








/* for IE stuff */

#contentwrap { *padding-top: 80px; } #navigate { *margin-top: 0; } #fullhead { *height: 100px; *overflow: hidden; }
