/*
*	Digitial-Artisan.com style v2.0
*	Last modified 4/22/07
*	see also ie.css and border.css
*	ie.css provides cross browser support
*	border.css handles web2.0 borders of content areas
*/

/* region formating */
body {
	background: #ccc url(../image/top_grad.jpg)  top repeat-x;
	margin: 0;
	padding: 0;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 760px;
}
.spacer {
	margin: 0;
	padding: 0;
	clear: both;
}
#header {
	width: 760px;
	margin: 0 auto;
}
#header form {
	float: left;
	margin: 0px;
	padding-top: 20px;
}
#header form input{
	width: 100px;
	margin-left: 18px;
	border: 1px solid #666;
	background: #ddd;
	color: #666;
}
#header form #submit {
	width: auto;
	margin-left: 2px;
}
#header p {
	margin-top: 15px;
	float: left;
}
#header img {
	float: left;
	border: 0;
	margin: 0;
	display: inline;
	vertical-align: top;
}
#header a {
	text-decoration: none;
}
#container {
	width: 760px;
	margin: 0 auto;
	margin-top: 110px;
	background: #fff;
}
/* text formating */
a {
	color: #c00;
}
a:visited {
	color: #000;
}
a:active {
}
p, ul, ol, dl, h1, h2, h3, h4 {
	 font-family: Trebuchet MS, arial, helvetica, sans-serif;
}
b, strong {
}
i, em {
}

/* other formating */
	