body {
	text-align: center;
	min-width: 760px;
	background: #333333;
}

div#indwrapper {
		margin: 0 auto;
		margin-top: 30px;
		width: 760px;
		background: #333333;
		overflow:hidden
		
}

html>body div#wrapper {
		height: 100%;
		min-height: 400px;



}

div#logo {
		float: left;
		height: 410px;
		position: relative;
		top: -10px;
		
		margin-bottom: -10px;
		
		
			width: 150px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background: #333333 url('images/devinberg_logo_2_white_verticle.png');
		background-position: center;
		background-repeat: no-repeat;
}

html>body div#logo {
		height: 100%;
		min-height: 394px;
}

h2 {
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
}

b {
		color: #000000;
		font-weight: bold;
}

img {
border: none;
}

div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 1.1pt;
		padding-top: 5px;
		text-align: right;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
}

div#content a:hover {
		text-decoration: underline;
}

div#indtopbar a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
}

div#indtopbar a:hover {
		text-decoration: underline;
}

h1 {
		color: #000000;
		font-weight: bold;
		font-size: 15px;
}
div#content {
		clear: both;
		text-align: left;
		padding: 15px 15px 15px 15px;
		float: center;
		width: 730px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 9pt;
		font-weight: normal;
		color: #000000;
		background: #ffffff;
}

#navbar ul
{
        padding: 0;
        margin: 0;
	font-family: trebuchet ms,arial,verdana;
        float: right;
        width: 100%;
}

#navbar ul li
{
        display: inline;
}

#navbar ul li a
{
        padding: 6px 10px;
        color: #FFF;
        text-decoration: none;
        float: right;
}

#navbar ul li a:hover
{
        background-color: #FFF;
        color: #000;
}

#design_navbar ul
{
        padding: 0;
        margin: 0;
	font-family: trebuchet ms,arial,verdana;
        float: left;
        width: 100%;
}

#design_navbar ul li
{
        display: inline;
}

#design_navbar ul li a
{
        padding: 6px 10px;
        color: #bbb;
        text-decoration: none;
        float: left;
}

#design_navbar ul li a:hover
{
        background-color: #eee;
		text-decoration: none;
        color: #000;
}

html>body div#content {
		min-height: 200px;
		height: 100%;
}

div#topbar {
		height: 75px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		text-align: left;
		padding-left: 25px;
		padding-top: 10px;
		color: #ffffff;
		letter-spacing: 1.1pt;
		border-bottom: 1px solid #ffffff;
		clear: left;
}

div#indtopbar {
		height: 75px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		text-align: center;
		padding-top: 10px;
		margin: 0 auto;
		color: #ffffff;
		letter-spacing: 1.1pt;
		clear: both;
}

div#menu {
		float: right;
		width: 760px;
}

div#menu A {
		display: block;
		width: 125px;
		position: relative;
		left:0px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #444444 url('images/favicon.png'); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: right;
		font-size: 14px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
}

div#menu a:hover {
		background: #333333 url('images/favicon.png');
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #5d5048;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
	
.design_item{
	height:175px;
	padding:0;
	margins:0;
}

.design_item:hover{
	background-color:#eee;
}

