@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000;
	margin: 10px 0px 10px 0px;	
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

#page {
	width: 100%;
}

#content {
	width: 770px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../img/page/img_06.png);
	background-repeat: repeat-y;
}

#header {
	width: 770px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/page/img_01.png);
}

#left {
	width: 212px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#leftMenu {
	float: left;
}

#leftBorder {
	float: right;
	height: 233px;
	width: 22px;
	background-image: url(../img/page/img_03.png);
}

#leftBottom {
	height: 80px;
	width: 212px;
	background-image: url(../img/page/img_04.png);
}

#flags {
	padding: 15px 0px;
	text-align: center;
	clear: left;
}

#flags li {
	list-style-type: none;
	display: inline;
}

#flags img.flag {
	width: 22px;
	height: 16px;
	margin: 0px 3px 10px 3px;
}

#flags img {
	margin-bottom: 10px;
}

#center {
	float: right;
	width: 514px;
	overflow: hidden;
	text-align: center;
}

#right {
	float: right;
	height: 233px;
	width: 30px;
	margin-right: 11px;
	background-image: url(../img/page/img_05.png);
}

#footer {
	clear: both;
	width: 770px;
	height: 61px;
	background-image: url(../img/page/img_09.png);
}

#bottomMenu {
	clear: both;
	width: 770px;
	height: 50px;
	background-color: #000000;
}

#bottomMenu a:link {
	color: #666666; text-decoration:none;
}

#bottomMenu a:visited {
	color: #666666; text-decoration:none;
}

#bottomMenu a:hover {
	color:#FFFFFF; text-decoration:none;
}

#bottomMenu a:active {
	color: #666666; text-decoration:none;
}

#menuNav {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menuNav ul {
	margin-left: 40px;
}

#menuNav li {
	list-style-image: url(../img/page/menu/list.png);
	padding: 0px;
	margin: 0px;
}

#menuNav img {
	border: inherit;
}

#menuNav li:hover {
	list-style-image: url(../img/page/menu/list_h.png);
	padding: 0px;
	margin: 0px;
}

#home ul {	
	margin-top: 10px;
}

#home li {
	list-style-type: none;
	display: inline;
	margin: 10px 3px 10px 3px;
}

#post {
	width: 350px;
	overflow: hidden;
	margin: 0 auto;
}

#addPost {
	width: 350px;
	margin: 0 auto;
}

#dog {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#toplist {
	margin-top: 100px;
	margin-bottom: 20px;
}

#toplist img {
	margin: 5px;
	border: 0px;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid #FFFFFF;
}

img.border:hover {
	border: 1px solid #FFFF99;
}

p.about {
	text-align: justify;
	margin-bottom: 15px;
}

.bottomMargin {
	margin-bottom: 15px;
}

p img { 
	border: 1px solid #FFFFFF;
}

p img.alignLeft {
	margin: 2px 8px 2px 0px;
	float: left;
}

p img.alignRight {
	margin: 2px 0px 2px 8px;
	float: right;
}

div.flash {
	margin-bottom: 20px;
}

div.cols2 {
	display: inline;
	float: left;
	width: 255px;
	padding: 12px 0px;
}

div.cols3 {
	display: inline;
	float: left;
	width: 171px;
	padding: 12px 0px;
}

div.adminCols {
	display: inline;
	float: left;
	width: 100px;
	height: 60px;
	padding: 10px 0px;
}

div.banner {
	width: 512px;
	height: 50px;
	margin-bottom: 20px;
	display: block;
}

div.banner img {
	border: 0px;
	width: 400px;
	height: 50px;
}

.header1 {
	background-image: url(../img/page/header_bg1.jpg);
	display: block;
	clear: both;
	height: 16px;
}

.header3 {
	background-image: url(../img/page/header_bg3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 2px;
	display: block;
	clear: both;
	height: 18px;
}

div.title {
	width: 230px;
	padding-left: 5px;
	text-align: left;
	float: left;
}

div.data {
	width: 110px;
	padding-right: 5px;
	text-align: right;
	float: right;
}

div.content {
	clear: both;
	background-color: #336600;
	text-align: left;
	width: 336px;
	padding: 5px;
	margin: 0px 2px 15px 2px;
	border-left: 1px dotted #FFFF00;
	border-bottom: 1px dotted #FFFF00;
	border-right: 1px dotted #FFFF00;
	display: block;
}

div.contentAdmin {
	text-align: right;
	width: 100%;
	display: block;
	margin-top: 5px;
	border-top: 1px dotted #FFFF00;
}

div.clear {
	clear: both;
}

div.blank {
	width: 100%;
	height: 30px;
}

.b10 {
	margin-bottom: 10px;
}

.b20 {
	margin-bottom: 20px;
}

.b30 {
	margin-bottom: 30px;
}

input, textarea, select {
	color: #ffffff;
	padding: 2px;
	background-color: #000000;
	border: 1px solid #009933;
}

textarea.book {
	width: 330px;
	height: 100px;
	overflow: auto;
}

input.width50 {
	width: 50px;
}

hr {
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	color: #009900;
}

a:link{
	color: #FFFFFF; text-decoration:none;
}

a:visited {
	color: #FFFFFF; text-decoration:none;
}

a:hover {
	color:#FFFF99; text-decoration:none;
}

a:active {
	color: #FFFFFF; text-decoration:none;
}

strong {
	font-weight: bold;
}

p {
	text-align: center;
}

.justify {
	text-align: justify;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.description {
	color: #FFFF00;
	font-size: 14px;
}

.header2 {
	background-image: url(../img/page/header_bg2.jpg);
	font-weight: bold;
	text-align: left;
	padding: 2px 0px 2px 22px;
}

.header2content {
	padding-left: 22px;
	margin-bottom: 10px;
}

h1 {
	clear: both;
	font-size: 15px;
	font-weight: normal;
}

h2 {
	clear: both;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

#contact {
	width: 250px;
	margin: 0 auto;
}

.origin {
	border-bottom: 1px dotted;
	border-bottom-color: #003300;
	border-right: 1px dotted;
	border-right-color: #003300;
	padding-left: 3px;
	text-align: left;
}

.originHeader1 {
	background-image: url(../img/page/header_bg1.jpg);
	height: 15px;
}

a:link.originLink{
	color: #FFFF99; text-decoration:none;
}

a:visited.originLink {
	color: #FFFF99; text-decoration:none;
}

a:hover.originLink {
	color:#FFFFFF; text-decoration:none;
}

a:active.originLink {
	color: #FFFF99; text-decoration:none;
}
