body {
	background-color:#DCF0F1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	margin:0;
	color: #627EB7;
}

#frame {
	width:800px;
	margin:0 auto 0 auto;
	border-left: solid 1px #627EB7;
	border-right: solid 1px #627EB7;
}

#header {
	height:325px;
	width:800px;
	background-image:url(img/DigitalMagick.jpg);
}

#tabs {
	top:250px;
	width: 550px;
	float:right;
	position:relative;
}

/*- Menu Tabs 1--------------------------- */


#tabs1 {
	float:left;
	width:100%;
	background:transparent;
	font-size:93%;
	line-height:normal;
}

#tabs1 ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

#tabs1 li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs1 a {
	float:left;
	background:url("img/tableft1.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	border-bottom:1px solid #BCD2E6;
}

#tabs1 a span {
	float:left;
	display:block;
	background:url("img/tabright1.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#627EB7;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs1 a span {
	float:none;
}
/* End IE5-Mac hack */

#tabs a:hover span {
	color:#627EB7;
}

#tabs1 a:hover {
	background-position:0% -42px;
}

#tabs1 a:hover span {
	background-position:100% -42px;
}

#tabs1 #current a {
	background-position:0% -42px;
}

#tabs1 #current a span {
	background-position:100% -42px;
}

#content {
	width:700px;
	margin: 10px auto 40px auto;
	line-height: 1.5em;
}

#footer {
	width: 800px;
	height: 100px;
	background-image: url(img/DigitalMagickBottom.jpg);
}

#footer p {
	margin-left:50px;
	font-weight:bold;
	font-style:italic;
}

a {
	color: #53720B;
	text-decoration:underline;
}

a:link {
	color: #53720B;
	text-decoration:underline;
}

a:visited {
	color: #53720B;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

img {
	border:0;
}

.thumbnail {
	padding: 3px 3px 8px 3px;
	background-color: #627EB7;
	border: 1px solid #627EB7;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

