body {
	background-color: #f1f1f1;
}


/* header */

div#header {
	text-align: left;
	height: 100px;
}

#header h1 {
	padding: 10px 0 0 0;
	margin: 0;
}

.desc {
	font-size: 13px;
	color: #aaaaaa;
	font-style: italic;
	
}

/* page */

#page {
	background-color: #fafafa;
	margin: 15px 10px 15px 10px;
	padding: 10px;
}

#page img {
	padding: 15px;
}

#page h3 {
	font-size: 14px;
}




/* left */

#left {
	background-color: #fafafa;
}

#left h2 {
	font-size: 15px;
	padding: 20px 0 0 20px;
	margin: 0;
}

#left h3 {
	font-size: 15px;
	padding: 0px 0 0 20px;
	margin: 0;
	font-weight: normal;
}

#left p {
	padding-left: 20px;
	margin: 5px 0 0 0;
}

#left ul {
	padding: 5px 0 0 10px;
	
}

#left li {
	padding-bottom: 6px;
}

#left a {
	text-decoration: underline;
	color: #626262;
}

#left a:hover {
	text-decoration: none;	
}

#left .subbox {
	width: 40%;
	float: left;
	margin: 10px 0 0 20px;
	
	
}

/* right */

#right {
	background-color: #fafafa;
	height: 200px;
}

#right h2 {
	font-size: 15px;
	padding: 20px 0 0 20px;
}



#right ul {
	list-style-type: none;
}

#right li {
	padding-bottom: 6px;
}

#right .label {
	width: 25px;
	float: left;
}

#right a {
	text-decoration: underline;
	color: #626262;
}

#right a:hover {
	text-decoration: none;	
}

#right img {
	vertical-align: middle;
}

/* tech logos */

#tech {
	background-color: #fafafa;
	text-align: center;
	margin-top: 15px;
	
}

#tech .thumb {
	margin: 10px 10px 5px 0;
	display:inline-block;
    width:70px;
    height:70px;
	background-repeat:no-repeat;
}

#tech .cakephp {
    background-image:url(img/tech/cake-php-grey.png);
}

#tech .cakephp:hover {
    background-image:url(img/tech/cake-php.png);
}

#tech .jquery {
	background-image:url(img/tech/jquery-logo-grey.png);
}

#tech .jquery:hover {
    background-image:url(img/tech/jquery-logo.png);
}

#tech .grid {
    background-image:url(img/tech/960-logo-grey.png);
}

#tech .grid:hover {
    background-image:url(img/tech/960-logo.png);
}

#tech .mysql {
    background-image:url(img/tech/mysql-grey.png);
}

#tech .mysql:hover {
    background-image:url(img/tech/mysql.png);
}

#tech .php {
    background-image:url(img/tech/php-grey.png);
}

#tech .php:hover {
    background-image:url(img/tech/php.png);
}

/* footer */

div#footer {
	
}
