
/*
** Copyright (c) G Sudheer Reddy
**
** Profile CSS core. 13 August 2006
**
*/

/*-----------------------------------------------------------------------------
** Page Content Control */
body 
{
	font-family			: Trebuchet MS, verdana, sans-serif;
	font-size			: 75%;
	background			: #ededed url(img/profile/body_bg.gif) repeat-y top center;
	margin				: 10px auto;
	padding				: 0;
	border				: 0;
	text-align			: center;
}

.container 
{
    width				: 850px;
    padding				: 0;
    margin				: 0 auto;
    text-align			: justify;
}

.maincontent p
{
	padding				: 0;
	margin				: 10px 40px 5px 40px;
	margin-left			: 18px; 
	margin-right		: 18px; 
	line-height			: 130%;   
}
    
.about
{
	margin				: 10px 30px 30px 30px;
}

.footer 
{
    background				: transparent url(img/profile/footer_bg.gif) no-repeat  center;
    padding					: 17px 0 10px 0;
    margin					: 0 0 0 0;
    height					: 25px;
    text-align				: center;
    border-bottom			: 1px solid #d0d0d0;   
    font-size				: 80%
}


/*-----------------------------------------------------------------------------
** Anchor's */
a, a:link, a:visited 
{
    font-size				: 100%;
    color					: #A52A2A;
    text-decoration			: none;
    background				: transparent;
}

a:hover, a:active 
{
    color					: #000;
    text-decoration			: none;
    background				: transparent;
}

/*-----------------------------------------------------------------------------
** Heading's */
h1, h2, h4 
{
	font-family 		: Arial, Verdana, sans-serif;
	color				: #000000;
}

h1 
{
	font-weight				: bold;
	padding					: 0 0 0 5px;
}   

h2 
{
    font-size				: 100%;
    font-weight				: bold;
    padding					: 5px 40px;
    margin					: 0 0 1px 0;
    border-bottom			: 1px solid #E3E3E3;
}

/*-----------------------------------------------------------------------------
** Menu's */

.menu 
{
    margin					: 4px 0;
    background				: transparent url(img/profile/menu_bg.gif) no-repeat top center;
    height					: 55px;
}

.menu_w 
{
    width					: 100%;
    text-align				: center;
}
.menu_w a
{
    padding-top				: 19px;
    color					: #3c3c3c;
    float					: right;
    text-align				: center;
    display					: block;
    width					: 67px;
    height					: 33px;
}
.menu_w a:visited
{
    color					: #3c3c3c;
}
.menu_w a:active
{
    color					: #3c3c3c;
}
.menu_w a:hover
{
    text-decoration			: none;
    background				: url(img/profile/menu_selection.gif) no-repeat;
}
.menu_w #menu_selected
{
    background				: url(img/profile/menu_selection.gif) no-repeat;
}

/* Blocks */
.menu_b
{
    margin-left				: auto;
    margin-right			: auto;
    text-align				: left;
   
}
.menu_b
{
    text-align				: right;
    overflow				: hidden;      
}
.menu_bu
{
    padding-right			: 26px;
    font-size				: 11px
}


