.main{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
html>body {
	height: 100%;
}
body {
	
	color: #333333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 { /* The headers of the page */
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif
	font-size: 150%;
	font-weight: 100;
	color: #999999;
	letter-spacing: -2px;	
}
#container {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#header { /* This is the header of the page, with no border on the left, because the container div already has a border-left! */
	width: 850px;
	height: 100px;
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px dotted #999999;
	border-left: 0px solid #999999;
	text-align: center;
}
#header h1 { /* The first line of text in the header div */
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif
	font-size: 25px;
	line-height: 50px;
	font-weight: lighter;
	
	letter-spacing: -1px;
}
#h2div { /* The div that holds the seconed line of text in the header */
	margin-top: -25px;
	width: 850px;
	vertical-align: middle;
}
#h2div h2 { /* The second line of text in the header div */
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12px;
	color: #CDCDCD;
	letter-spacing: 2px;
}


/* 	This menu is courtesy of Philip Lindsay -> http://www.xlab.co.uk 
	Menu taken from MaxDesign -> http://css.maxdesign.com.au/listamatic/vertical14.htm
*/
#left {
	border: 0;
	float: left;
	height: 100%;
	
	
}
#left ul {
	list-style-type: none;
	text-align: left;
	padding-left: 10px;
	margin-left: 0px;
	margin-top: 10px;

}
#left ul li a {
	/*background: transparent url(images/list-off.gif) left center no-repeat;*/
	padding-left: 15px;
	text-align: left;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 80%;
	font-weight: 100;
	color: #999;
	display: block;
	width: 150px; /* changed by kranti on 25th march 08 */
}
#left ul li a:hover {
	background: transparent url(../../../192.168.10.16/fedora5/artastic/images/list-on.gif) left center no-repeat;
	color: black;
	border-left: 0;
	border-right: 1px solid #999999;
}

/* 	This menu is courtesy of Philip Lindsay -> http://www.xlab.co.uk 
	Menu taken from MaxDesign -> http://css.maxdesign.com.au/listamatic/vertical14.htm
*/


#core {
	width: 640px;
	margin: 10px -1px 5px 10px;
	float: right;
	padding-bottom: 20px;
	border-left: 1px solid #999999;
}
#core p, #core h1, #core h2, #core h3, #core h4, #core h5, #core h6 {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}
#footer {
	float:left; width:475px; margin-left:20px; margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-decoration: none;
	vertical-align:middle;
}
#footer a, #footer a:link { /* The footer hyperlinks are styled here */
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
	padding:3px;
	
}

