/*****************************************************************           
TITLE:         XWeb Stylesheet
AUTHOR:      Khaled Maiwand, HighCo Technology
CREATED:     Oct. 2007, #7da0af 
border: thin solid red;
*****************************************************************/
*{ margin:0; padding: 0; border: none;}
body{
	font: small Tahoma, Arial, sans-serif;
	color: #777; background: #f7f7f7 url( images/bg.png) top center no-repeat;
	}

#wrapper{
	width: 750px;
	margin: 0 auto;
	}

#header{
	height: 60px;
	text-align: right; 
	padding: 10px 10px 0 0;
	background: url( images/logo.png) 10px 40px no-repeat;
	}

#sidebar{
	float: left;
	width: 170px;
	height: 400px;
	padding: 38px 0 0 17px;
	font-size: 110%;
	}
	#sidebar a{
		display: block;
		width: 90%;
		padding: 8px 5px;
		background: url( images/menu-hr.png) bottom left no-repeat;
		}
	#sidebar img{ padding-bottom: 3px;}

#content{
	float: right;
	width: 500px;
	height: 400px;
	overflow: auto;
	margin: 38px 28px 0 0;
	line-height: 1.4em;
	}
	#content a{ text-decoration: underline; 	font-weight: normal;}
		#content a:hover{ text-decoration: none;	}

#footer{
	clear: both;
	text-align: center;
	font-size: 90%;
	padding: 20px 0 0 0;
	color: #808080;
	}

/* --------------------------------- Common Styles --------------------------------- */

a{
	font-weight: bold;
	text-decoration: none;
	color: #7c7b7c;
	}
	a:hover{ text-decoration: underline;}

p{
	margin: 0 4px 5px 10px;
	}

h1{
	font-size: 1.3em;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 2px 2px 5px;
	margin: 15px 0 5px 0;
	letter-spacing: 2px;
	background: #99cccc url( images/bg.png) top center no-repeat;
	}

h2{
	margin: 20px 0 8px 0;
	padding: 1px 2px 2px 3px;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	color: #669999;
	}
ul{ margin-left: 32px;}
blockquote {
	margin: 15px; padding: 5px;
	border: 1px solid #99cccc; 
	border-left: 5px solid #99cccc;
	background: url( img/logo.gif) center left no-repeat;
	}
