* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
 	background-image: url(/images/background.gif); 
}

#hugs {
	width: 880px;
	margin: 10px auto;
}

/* twitter begin */

#twitter_div {
	/*position: absolute;
	top: 20px;
	left: 265px;
	text-align: right;
	width: 500px;*/
	float: left;
	width: 675px;
	background: white;
}

#twitter_div ul {
	margin: 0;
	padding: 0;
}

#twitter_div li {
	padding: 3px;
	margin: 0 0 0 2px;
	list-style: none;
}

#twitter_update_list {
	font-style: italic;
	color: #8CD0DF;
	padding-right: 8px;
	font-size: 13px;
}

#twitter_update_list a {
/*
	color: #CDC8B1;
	display: inline;
*/
	display: none;
}

#twitter_update_list span {
	font-style: normal;
	color: #989898;
}

#twitter_update_list span a {
color:black;
display:inline;
font-style:normal;
}

#twitter_update_list span a:hover{
	color: white;
	background-color: #EF8A3F;
}

/* twitter end */

/* header begin */

#header {
	width: 880px;
	height: 45px;
	padding: 10px 0;
}

#header h1 {
background:none repeat scroll 0 0 #EF8A3F;
/* border-right:1px solid #7F7F7F; */
color:#000000;
float:left;
font-size:28px;
font-weight:normal;
margin:0 0.5em 0 0;
padding:0 10px 3px 5px;
text-decoration:none;
/* text-shadow:2px 2px 3px #AAAAAA; */

-moz-box-shadow: 0px 0px 11px #666666; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 11px #666666; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 11px #666666; /* Opera 10.5, IE 9 */
}	

/*
#header h1 a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-shadow: 1px 1px 3px #888;
}
*/

/*header end */

/* contact */

div#contact a:hover {
	border: none;
	background-color: transparent;
}

#contactform #formleft {
float:left;
line-height:30px;
}

.popup h2 {border-top: none;}

/* end contact */

/* stuff */

h2 {
	padding: 10px;
	border-top: 2px solid #555;
	border-bottom: 1px solid #555;
	font-size: 13px;
	letter-spacing: 2px;
	color: #555;
}

.menulink {
	color: #EF8A3F;
	text-shadow: 2px 2px 3px #AAAAAA;
}

a {
	text-shadow: 2px 2px 3px #aaa; 
	color: #000; 
	display: block; 
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	}

a:hover{
	color: white;
	background-color: #EF8A3F;
	text-decoration: none;
}


#one {
	width: 21%;
	float: left;
	height: 612px;
	margin-right: 5px;
	
	/*
background-image: url(/images/one-bck.jpg);
	background-repeat: repeat-x;
*/
	
	background-color: #ccc;
	background-image: -moz-linear-gradient(top, #CCCCCC, #FFFFFF); /* FF3.6 */
 	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CCCCCC),color-stop(1, #FFFFFF)); /* Saf4+, Chrome */
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#CCCCCC', EndColorStr='#FFFFFF'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CCCCCC', EndColorStr='#FFFFFF')"; /* IE8 */
}

#one ul {}

#one ul li {
	list-style: none;
	padding: 10px;
}

#one ul li p {
	font-size: 12px;
	color: #777;
	line-height: 20px;
}

#two {
	width: 680px;
	float: left;
	height: auto;
	margin-left: 2px;
	background: #fff;
}

#two ul li {
	width: 300px;
	float: left;
	list-style: none;
	padding: 18px;
}

#two ul li p {
	font-size: 10px;
	line-height: 18px;
	margin: 8px 0;
	width: 300px;
}

#two ul li img {
	-moz-box-shadow: 0px 0px 8px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 8px #000;
}

#one ul li a {
	padding-left: 3px;
}

#contact img {border:none;}


