body {
	margin: 0;
	padding: 0;
	background: #449EC7 url(../images/img1.gif) repeat-y center top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #52A6CB;
	overflow:hidden
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	border-bottom: 1px dotted #52A6CB;
	text-decoration: none;
	color: #307DA0;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#dopa {
	width: [RAND700-800]px;
	height: 70px;
	margin: 0 auto;
	padding: 20px;
}

/* Logo */

#jigu {
	float: left;
	width: 410px;
	padding: 0 0 0 60px;
	background: url(../images/img2.gif) no-repeat left center;
}

#jigu h1 {
	font-size: 2.5em;
}

#jigu h2 {
	font-size: 1em;
}

#jigu a {
	border: none;
}

/* Search */

#search {
	float: right;
	width: 193px;
	padding-top: 12px;
}

/* Content */

#wygof {
	width: 738px;
	margin: 0 auto;
}

/* Column One */

#gizu {
	float: left;
	width: 434px;
}

/* Column Two */

#fotoj {
	float: right;
	width: 209px;
}

#fotoj ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#fotoj li ul {
	padding: 1em 0;
}

#fotoj li a {
	padding-left: 15px;
	background: url(../images/img5.gif) no-repeat left center;
	border: none;
}

/* Latest Post */

#latest-post {
	padding: 25px 0 0 0;
	background: url(../images/img3.gif) no-repeat center top;
}

#latest-post .title {
	padding: 0 0 0 30px;
	background: url(../images/img4.gif) no-repeat left center;
	font-size: 1.5em;
}

#latest-post .title a {
	background: none;
}

#latest-post .posted {
	padding: 0 0 2em 30px; 
	font-size: x-small;
}

#latest-post .posted a {
	background: none;
}

#latest-post .image {
	float: left;
	margin: .3em 1em 1em 0;
}

/* Recent Posts */

#recent-posts {
	padding: 50px 0 0 0;
	background: url(../images/img3.gif) no-repeat center top;
}

#recent-posts .title {
	padding: 0 0 0 30px;
	background: url(../images/img4.gif) no-repeat left center;
	font-size: 1.5em;
}

#recent-posts ul {
	margin: 0;
	padding: 18px 0 0 30px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 0 10px 0;
	background: url(../images/img2.jpg) repeat-x left bottom;
}

#recent-posts a {
	background: none;
}

/* Footer */

#ton {
	clear: both;
	width: 767px;
	margin: 0 auto;
	padding: 5em 0;
	font-size: xx-small;
}