/* Script written by Tiwaris (tiwaris@mail.com) mixture of php and css */

body
{
	background: white;
	font-size:12px;
	font-familty: "sans-serif";
}

p,div
{
	font-family: "sans-serif";
	font-size: 12px;
}

.left {text-align: left}
.center {text-align: center}
.right {text-align: right}
.justify {text-align: justify}

a:link {text-decoration: none; color: blue}
a:visited {text-decoration: none; color: #990099}
a:hover {text-decoration: underline; color: black}
a:active {text-decoration: none; color: white}

#container
{
	min-width: 750px;
	border:1px solid gray;
}

#header
{
		color:white;
	clear:left;
	background-color:#1e77d3;
	border-bottom: 1px;
}

#heading
{
	color: white;
	background: inherit;
	font-size: 24px;
}

#side-heading
{
	text-align: right;
	color: white;
}

#header a
{
	background: inherit;
	text-decoration: none;
	color: white;
}

#header a:visited
{
	color: white;
}

#header a:hover
{
	text-decoration: underline;
	color: black;
}

#footer
{
	color:black;
	background-color:white;
	clear:left;
	border-top:1px solid gray;
}


#menu
{
	float:left;
 	width:200px;
	color: black;
	background-color:#e5eef9;
	border-right:1px solid gray;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu ul li
{
	border-bottom: 1px solid gray;
	margin: 0px;
}

#menu ul li a
{
	padding:  4px 0;
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: black;
	background-color: #f1f1f1;
}

#location
{
	margin-left:200px;	padding:1px;
	color: black;
	background-color:#e5eef9;
	border-bottom:1px solid gray;
}

#content
{
	margin-left:200px;	color: black;
	background-color:white;
	border-left:1px solid gray;
	padding:1em;
}

img.logo
{
	height:50px;
	width:50px;
	border:0px;
}

img.front
{
	max-height:300px;
	max-width:500px;
	border:0px;
}


