
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	}
	
a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #0070BB;
}
	
* {
	outline: none;
	margin: 0;
	padding: 0;
	}
	
#topline {
	width: 100%;
	height: 5px;
	background: #000;
}

#header {
	width: 100%;
	height: 78px;
	margin: 10px 0;
	}
	
#portfolio-area {
	margin: 2px 0 10px 30px;
	float: left;
	width: 800px;
	height: auto;
}
	
#blog-area {
	margin: 2px 0 10px 30px;
	float: left;
	width: 900px;
	height: auto;
}
	
.blog-entry {
	line-height: 22px;
	margin-bottom: 50px;
}

.blog-entry p {
	padding-bottom: 10px;
}

.blog-entry .date {
	font-weight: bold;
}

.blog-entry a {
	border-bottom: 1px dashed #DDD;
}

.blog-entry a:hover {
	border-bottom: 1px solid #00D;	
}

.divide {
	width: 100%;
	height: 5px;
	border-top: 1px solid #DDD;
	margin: 5px 0;
}

#wrap {
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 900px;
	height: 90px;
	float: left;
	margin-left: 23px;
	}

#logo {
	float: left;
	width: 220px;
	height: 80px;
	background: url(../images/card5.png) bottom left no-repeat;

	}

#menu-photo {
	float: left;
	width: 216px;
	height: 56px;
	background: url(../images/menu.png) bottom left no-repeat;
	margin-top: 12px;
	margin-left: 160px;
	}

#menu-photo:hover {
	background: url(../images/menu.png) top left no-repeat;
}

#menu-multimedia {
	float: left;
	width: 186px;
	height: 56px;
	background: url(../images/menu.png) bottom right no-repeat;
	margin-top: 12px;
	margin-left: 16px;
}

#menu-multimedia:hover {
	background: url(../images/menu.png) top right no-repeat;
}

#menu-blog {
	float: left;
	width: 105px;
	height: 54px;
	background: url(../images/logo.png) -743px -54px no-repeat;
	margin-top: 10px;
	}
	
#menu-blog:hover {
	background: url(../images/logo.png) -743px 0 no-repeat;
}

#menu-photo span, #menu-multimedia span, #menu-blog span, #logo span, #line span, .bg span, .bg-change span, #bgw span, #bgb span, #topline span {
	display: none;
	}
	
#line {
	margin: 9px 0 0 0;
	float: left;
	width: 100%;
	height: 9px;
	background: url(../images/headerline.png) top left repeat-x;
}

#bg {
	list-style: none;
}
	
#bg-change {
	float: right;
	width: 24px;
	height: 10px;
	margin: -10px 25px 0 0;
}

#bgw {
	float: right;
	width: 10px;
	height: 10px;
	background: url(../images/bw.png) top left no-repeat;
}

#bgb {
	float: right;
	width: 10px;
	height: 10px;
	background: url(../images/bw.png) bottom left no-repeat;
}

#contact {
	background: #000;
	color: #CCC;
	float: right;
	margin-right: 30px;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 0 10px;
}

#boxes {
	float: left;
	width: 280px;
	height: auto;
	margin-left: 240px;
}

#boxes-wide {
	float: left;
	width: 90px;
	height: auto;
	margin-left: 0;
	margin-top: 10px;
}
	
.box-area {
	width: 220px;
	height: auto;
	float: left;
	margin: 0 30px;
}

.box-area ul {
	list-style-type: none;
}


.box-top {
	width: auto;
	min-height: 12px;
	height: auto;
	//background: url(../images/box-bg.png) top left no-repeat;
	padding: 0;
	line-height: 24px;
}

.box-content {
	//background: url(../images/box-bg-repeat.png) top left repeat-y;
	width: 210px;
	height: auto;
	padding: 0;
	line-height: 24px;
}

#box-move {
	//background: url(../images/box-bg-repeat.png) top left repeat-y;
	width: auto;
	height: auto;
	padding-left: 0;
	line-height: 24px;
}

.box-content h2, .box-top h2, #box-move h2, .blog-entry h3 {
	padding-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: dashed 1px #CCC;
	
}

#slidetoggle {
	color: #CCC;	
}

.box-bottom {
	width: 280px;
	height: 10px;
	//background: url(../images/box-bg.png) bottom left no-repeat;
	margin-bottom: 30px;
}

#flashcontent {
	position: absolute;
	top: 50px;
	left: 300px;
}