html, body {
	margin:0;
	padding:0;
}

body {
	background-color: #F6F4EE;	
	background-image: url("/img/blend2.gif");
	background-repeat: repeat-x;
	font-family: "Helvetica", "MS Trebuchet", Arial, sans-serif;
	/* Set font as 10px initially } */ 
	font-size: 62.5%;
	color:#2B2D2D;
	text-align: center;
}

h1 {
	font-family: Palatino, Georgia, Times, serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	padding:0;
	margin:10px 0 10px 0;
	text-align: right;
/*	border: 1px solid #999;*/
}

h2 {
/*	border: 1px solid #999;*/
	font-size: 1.4em;
	line-height: 1.6em;
	margin:35px 0 5px 0;
	padding:0;
	color: #8A8A8A;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
}

p, li {
	font-size:1.2em;
	line-height: 1.8em;
	padding:0;
	margin: 5px 0 10px 0;
	text-align: right;
	color: #777777;
}

ul {
	margin: 5px 70px 10px 0;
	text-align: right;
}

li {
	font-size:1.1em;
	line-height: 1.8em;
	list-style-type: none;
	padding:0;
	margin:0;
}

a {
	text-decoration: none;
	color:#1AB7EA;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color:#1AB7EA;
	font-weight: normal;
}

a:hover, a:active {
/*	text-decoration: underline;*/
	color:#116E8D;
/*	border-bottom: 1px dotted #1AB7EA;*/
	}

img {
	border:0;
}

#container {
	text-align:left;
	width: 780px;
	margin: 35px auto 10px auto;
}

#sidebar {
	float: left;
	width: 240px;
/*	background-color: #fdd;*/
	padding: 40px 0px 0 0;
}
/*
* html #sidebar {
	width: 240px;
	w\idth: 170px;
}
*/


#sidebar p {
	margin: 5px 70px 10px 0;
	line-height: 1.8em;
}

#sidebar #logo {
/*	display:none;*/
	border:0;
	margin:0 0 15px 78px;
}

.vcard {
	color: #2B2D2D;
}

.url {display:none;}

#main {
	float: right;
	width: 540px;
/*	background-color: #dfd;*/
}

