body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
}

body, p, td, div {
	color:#494949;
}

h1, h2, h3, h4, h5, h6, p, form, table, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	color: #374348;
}

a,
a:link,
a:active {
	color: #2d85c8;
	text-decoration: none;
}

a.visited {
	color: #0065A8;
}

a:hover {
	color: #8A8A8A;
	text-decoration:underline;
}

/* Start of basic layout */

#top {
	margin-left:auto;
	margin-right:auto;
	width:770px;
	height:310px;
	background-image: url(/templates/images/top.gif);
	position: relative;
	margin-bottom: 4px;
	;
}

#top-links {
	font-size:10px;
	text-align:right;
	padding-right:8px;
	line-height:40px;
}
#top-flash {
	float:left;
	padding-top:18px;
}

#footer {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	color: #999999;
	border-top: 1px solid #A2BDD5;
	font-size:10px;
}

/* End of basic layout */


/* Start of the main menu */
#menu {
	margin-top:113px;
	float:left;
	width: 196px;
}

#menu a,
#menu a:link,
#menu a:active,
#menu a:visited {
	color:#FFFFFF;
	display:block;
	line-height:22px;
	border-bottom:1px solid #d6d6d6;
	padding-left:20px;
	background-image: url(/templates/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: -1px 1px;
}

#menu a:hover {
	text-decoration:none;
	padding-left:25px;
	background-position: 2px 1px;
}
/* End of the main menu */

#main {
	margin-left:auto;
	margin-right:auto;
	width:770px;
}

#left {
	width:590px;
	float:left;
}

.left-box {
	background-image: url(/templates/images/box-down-big.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:10px;
	background-color: #efefef;
	margin-bottom: 4px;
}


div.left-box H1 {
	font-size:12px;
	padding-left:20px;
	color:#FFFFFF;
	line-height:27px;
	background-image: url(/templates/images/box-big.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.left-box-special {
	margin-top:0px;
}

div.left-box-special H1 {
	font-size:12px;
	padding-left:20px;
	color:#FFFFFF;
	line-height:27px;
	background-image: url(/templates/images/box-big.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.left-box-special H1 A,
div.left-box-special H1 A:hover {
	color:#FFFFFF;
	line-height:27px;
}


div.left-box H1 IMG {
	margin-right:10px;
	float:left;
	padding-top:9px;
}

div.left-box H1 A,
div.left-box H1 A:hover {
	color:#FFFFFF;
	line-height:27px;
}



div.left-box-in {
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;	
}

div.left-box-in-clean {
	padding:4px;
}

div.left-box-in-text {
	padding:10px;
	line-height:1.3em;
}

#right {
	margin-left:595px;
}


.right-box {
	background-image: url(/templates/images/box-small-down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:5px;
	margin-bottom: 4px;
}

.right-box H1 {
	font-size:12px;
	padding-left:10px;
	color:#FFFFFF;
	line-height:27px;
	background-image: url(/templates/images/box-small.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.right-box H1 IMG {
	margin-right:10px;
}

div.right-box-in {
	padding:5px;
}

img.thumb {
	border: 1px solid #d7d7d7;
}


a.art-title,
a.art-title:link,
a.art-title:active,
a.art-title:visited {
	font-size:13px;
	font-weight:bold;
}

a.art-title-grey,
a.art-title-grey:link,
a.art-title-grey:active,
a.art-title-grey:visited {
 color:#5D5D5D;
}

div.left-box H1.art-title {
	font-size:16px;
	padding-left:0px;
	margin-bottom:4px;
	color: #2d85c8;
	line-height: normal;
	background-image: none;
}

/* Judoka Submenu Start */
div.judoka_submenu {
	background-color:#E2E2E2;
	line-height:24px;
	border-bottom:1px solid #CCCCCC;
	height:24px;
}

a.judoka_submenu,
a.judoka_submenu:link,
a.judoka_submenu:active,
a.judoka_submenu:visited {
	display:block;
	float:left;
	padding-left: 7px;
	padding-right: 7px;
	font-size:11px;
}

a.judoka_submenu_chosen {
	color: #FFFFFF;
	background-color:#4f95cb;
}

div.judoka_name {
	font-size:1.3em;
	color:#2d85c8;
	font-weight:bold;
	margin-bottom:6px;
}
/* Judoka Submenu End */

