body {
	font-size: 62.5%;
	background: white;
	margin-right: 45px;
}

#wraper {
	width: 100%;
	min-width: 955px;
	max-width: 1300px;
}

#wraper td {
	vertical-align: top;
}

#header td {
	width: 25%;
	
}

#header {
	height: 200px;
}

.red-bg {
	background-color: #c00;
}

td img {
	display: block;
}

#footer {
	background: #f2f2f2;
}

#footer p {
	color: #666;
	padding: 20px;
	font-size: 1.1em;
}

#menu {
	padding-bottom: 120px;
	width: 100%;
}

#academy {
	background: url(../images/academy_bg.jpg) no-repeat #ff9933 bottom left;
	height: 160px;
	padding: 40px;
}

.pr a {
	color: white;
	text-decoration: none;
	font-size: 30px;
}

.pr1 {
	margin-top: 10px;
}

.pr1 a {
	color: white;
	text-decoration: none;
	font-size: 18px;
}

#under-academy {
	background: #c2c6b2;
	height: 240px;
	text-align: center;
}



#col4 {
	background: #f9f8f3;
}

#buttons {
	height: 180px;
	width: 20px;
	background-color: #600;
	padding: 10px;
}

.icons {
	margin-bottom: 10px;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
	margin-top: 50px;
	margin-bottom: 5px;
	border-top: 1px solid gray;
	padding-top: 10px;
}

.content p {
	margin-bottom: 10px;
}

.content a {
	color: #cc0000;
}

.content {
	font-size: 1.2em;
	margin: 30px 70px 50px 20px;
}

.items {
	display: block;
}

#welcome, #home-news, #partners {
	font-size: 1.2em;
	padding: 30px 35px 30px 35px;
}

#home-news p, #partners p {
	margin-bottom: 15px;
}

#home-news a {
	color: #333;
	text-decoration: none;
}

#home-news a:hover {
	color: black;
	text-decoration: underline;
}

#partners a, #partners p {
	color: #0076a3;
}


.pagination {
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 0px 10px 0px;
	margin-top: 20px;
}

.pagination img {
	vertical-align: middle;
	display: inline;
}

/* Only for bbCode parsing */

.bbcode-bold {
	font-weight: bold;
}

.bbcode-italics {
	font-style: italic;
}

.bbcode-underline {
	text-decoration: underline;
}

.bbcode-strikethrough {
	text-decoration: line-through;
}

.bbcode-overline {
	text-decoration: overline;
}


.bbcode-quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bbcode-codebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.bbcode-quotebody {
	background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
	border: 1px solid #BFBFBF;
}

.bbcode-listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.bbcode-listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.bbcode-listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.bbcode-listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.bbcode-listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.bbcode-listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}

.bbcode-links {
	color: Navy;
	text-decoration: underline;
}

.bbcode-links:hover {
	color: Navy;
	text-decoration: none;
}

.trainings {
	border-collapse: collapse;
	width: 100%;
}

.trainings td {
	padding: 4px;
	border: 1px solid gray;
}

.trainings th {
	padding: 4px;
	border: 1px solid gray;
	font-weight: bold;
	text-align: center;
}

.month-name {
	background: #ff9933;
}

.nospace {
	white-space: nowrap;
}
