/* CSS Document - Author: Shaibal Mandal */

body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	padding-left:50%;
	background: #f4f4f4 url(images/bg.gif) center repeat-y;
}

a {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline; color: #fff;}

.albumlist 
{
    font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: Black;
}

#container
{
	width: 700px;
	margin-left: -350px;
}

#topheader
{
    background-color: #FF99FF;
    height: 70px;
}

#title
{
    font-size: 32px;
    color: #fff;
    font-family: verdana;
    margin: 5px;
    text-align: center;
}

.navitemlast
{
	background-color: #FF00FF;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 130px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}


#main
{
    padding: 5px;
    width: 688px;
    text-align: justify;
    color: #F704F7;
    line-height: 1.6em;
}

#sidebar
{
	width:197px;
	height:420px;
	border:1px solid #DC89BF;
	float:right;
	margin-top:20px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom:10px;
	padding: 3px;
	text-align:left;
	clear:both;
}

h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
}

.headertext1
{
	font-size:18px;
	font-weight:bold;
}
.headertext2
{
	font-size:10px;
	font-weight:bold;
}

#footer
{
    background-color: #FF00FF;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    padding-top: 5px;
    clear: both;
}

img
{
	border: 1px solid #fff;
}

.picture_left 
{
    float:left;
    margin:2px;
}

.picture_right 
{
    float:right;
    margin:4px;
}

.topnav {
	background: #FF00FF;
	border: 1px solid #E5E5E5;
}
.topnav tr {
	border-top: 1px solid #FAFAFA;
	background: #FF00FF;
	margin: 0;
	padding: 0;
}
.topnav td 
{
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-weight:bold;
	border: 1px solid #FAFAFA;
	list-style: none;
	margin: 0;
	width: 150px;
	text-align:center;
}
.topnav td a {
	color: #FFF;
	display: block;
	font-size: 1.0em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.topnav td a:hover
{
    color: #990099;
}


.regLink {text-decoration: none; color: #000000;}
.regLink:hover {text-decoration: underline; color: #000000;}