body {
background:#f7f7f7;
}
#content {
width:100%;
}
a:link {
	color: #940303;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #940303;
}
a:hover {
	text-decoration: none;
	color:#940303;
}
a:active {
	text-decoration: none;
}

#topmenu {
position:absolute;
z-index:100;
width:100%;
}

.topleft {
background:url(/images/topleft.png) no-repeat bottom right;
width:6px;
height:6px;
}
.topleft_gray {
background:url(/images/topleft_gray.png) no-repeat bottom right;
width:6px;
height:6px;
}
.topright {
background:url(/images/topright.png) no-repeat bottom left;
width:5px;
height:6px;
}
.topright_gray {
background:url(/images/topright_gray.png) no-repeat bottom left;
width:5px;
height:6px;
}
.bottomleft {
background:url(/images/bottomleft.png) no-repeat top right;
width:6px;
height:6px;
}
.bottomright {
background:url(/images/bottomright.png) no-repeat top left;
width:6px;
height:6px;
}
.left {
border-left:1px solid #ccc8c8;
background:#fffefe;
}
.right {
border-right:1px solid #ccc8c8;
background:#fffefe;
}
.left_over {
border-left:1px solid #ccc8c8;
border-bottom:1px solid #ccc8c8;
background:#fffefe;
}
.right_over {
border-right:1px solid #ccc8c8;
border-bottom:1px solid #ccc8c8;
background:#fffefe;
}
.left_gray {
border-left:1px solid #ccc8c8;
background:#d6d6d6;
}
.right_gray {
border-right:1px solid #ccc8c8;
background:#d6d6d6;
}
.bottom {
border-bottom:1px solid #ccc8c8;
background:#fffefe;
}
.top {
border-top:1px solid #ccc8c8;
background:#fffefe;
}
.box {
border-left:1px solid #ccc8c8;
border-right:1px solid #ccc8c8;
background:#fffefe;
padding:20px;
}
.menuitem {
background:#d6d6d6;
border-top:1px solid #ccc8c8;
border-bottom:1px solid #ccc8c8;
padding-left:25px;
padding-right:25px;
height:60px;
cursor:pointer;
text-align:center;
}
.menuitem_over {
background:#fffefe;
border-top:1px solid #ccc8c8;
border-bottom:1px solid #ccc8c8;
padding-left:25px;
padding-right:25px;
height:60px;
cursor:pointer;
text-align:center;
}
.menuitem_selected {
background:#fffefe;
border-top:1px solid #ccc8c8;
padding-left:25px;
padding-right:25px;
height:61px;
cursor:pointer;
text-align:center;
}

#loadingbar {
position:absolute;
z-index:101;
width:100%;
}

.header {
background:url(/images/headergradient.png) top center repeat-x;
border-bottom:1px solid #ccc8c8;
border-top:1px solid #ccc8c8;
height:29px;
padding-left:6px;
color:#383838;
}
.headerleft {
background:url(/images/headerleft.png) bottom left  no-repeat;
height:29px;
width:6px;
}
.headerright {
background:url(/images/headerright.png) bottom left  no-repeat;
height:29px;
width:6px;
}
.blogtitle {
font-size:18px;
color:#940303;
font-weight:bold;
}
.blogdate {
font-size:11px;
color:#d6d6d6;
}

.studio_name {
font-size:18px;
font-weight:bold;
color:#940303;
}
.studio_clients {
font-size:11px;
color:#666;
}
.category_header {
font-size:14px;
font-weight:bold;
width:250px;
padding-top:10px;
}
.formbox {
width:250px;
border:1px solid #000;
padding:4px;
margin:2px;
}
.question {
padding-right:10px;
width:250px;
}
.question_2 {
padding-right:10px;
width:250px;
padding-left:20px;
}

<!--

border color ccc8c8
body color fffefe
red color 940303
gray color d6d6d6
-->