@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	min-width: 780px;
	}
	
#container {
	width: 750px;
	margin: 40px auto 0 auto;
	}

#header {
	float: right;
	margin-bottom: 30px;
	}
	
.ads {
	width: 728px;
	margin: 20px auto;
	}
	
.ads2 {
	margin: 20px auto;
	width: 468px;
	}
	
.box {
	width: 206px;
	margin: 0 20px;
	float: left;
	}
	
.box h1 {
	text-align: center;
	font-size: 16px;
	color: #444;
	height: 30px;
	}
	
.box p {
	padding: 10px;
	}
	
.button {
	background: url(../images/button.png);
	width: 150px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	}

div.button a {
	color: #999;
	padding-top: 10px;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 150px;
	}
	
div.button a:hover {
	color: #000;
	}
	
.content {
	width: 736px;
	margin: 0 auto;
	}
	
.content h1 {
	padding-left: 10px;
	font-size: 14px;
	color: #444;
	height: 25px;
	}
	
.content h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	}
	
.content p {
	padding: 10px 10px 10px 20px;
	}
	
#other {
	border: 2px solid #bbb;
	background: #ddd;
	}
	
#other h1 {
	background: url(../images/other.png) bottom repeat-x;
	}
	
#web {
	border: 2px solid #f96;
	background: #fc9;
	}
	
#web h1 {
	background: url(../images/web.png) bottom repeat-x;
	}
	
#blog {
	border: 2px solid #9f6;
	background: #cf9;
	}
	
#blog h1 {
	background: url(../images/blog.png) bottom repeat-x;
	}
	
#about {
	border: 2px solid #3cf;
	background: #9cf;
	}
	
#about h1 {
	background: url(../images/about.png) bottom repeat-x;
	}
	
#footer {
	text-align: center;
	color: #aaa;
	font-size: 10px;
	}
	
#footer a {
	color: #aaa;
	text-decoration: underline;
	}
	
pre.prettyprint{
	padding:5px;
	margin: 10px;
	background: #eee;
	}

ul, ol {
	margin: 10px 50px;
	}
	
ul li:before {
	content: "\00BB \0020";
	}
	
ul li {
	margin: 5px;
	list-style: none;
	list-style-position: inside;
	}

a {
	text-decoration: none;
	color: #444;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a img {
	border: 0;
	}