body {
	background-color:#6b3d84;
	background: url(images/BG.jpg) left top repeat;
}

h1 {
	color: black;
	text-align: left;
	font-size: 20px;
}

h2 {
	color: black;
	text-align: left;
	font-size: 18px;
	margin-top: 0px;
}

p {
	font-family: "Times New Roman";
	font-size: 16px;
}

a {
	color: white;
	padding: 0.5em;
}

#page_container {
	margin:0 auto;
	position: relative;
	width: 940px;
}

#header {	
    background-color:#6b3d84;
    color:white;
    text-align:center;
    padding:5px;
	border: 2px solid #ff6600;
}

/* hmenu begin */
#navigation {
	width:800px;
	position: relative;
	left: 60px;
	margin:10px;
	/*background-color: #eee;*/
	/*background: url(images/menu_background.jpg) left top repeat;*/
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	border-right: 1px solid #6b3d84;
	display: block;
	float: left;
	margin: 0;
	width: 158px;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
}
#navigation li:last-child {
	border-right-width: 0;
}
#navigation a {
	/*background-color: #cc99ff;*/
	background: url(images/menu_background.jpg) left top repeat;
	color: #330066;
	display: block;
	padding: .75em 1.5em;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#navigation a:hover {
	/*background-color: #ff6600;*/
	background: url(images/menu_background_hover.jpg) left top repeat;
	color: white;
}
/* hmenu end */

#content {				
		background-color:#a68bb5;
		margin-top:10px;
		margin-bottom:10px;
}

#content-left {
		width: 250px;
		border: 0px solid #ff6600;
		height: 400px;
		padding: 5px;
		float: left;		
}

.clearfix {
    overflow: auto;
}

#content-main {
		width:650px;
		border: 0px solid #ff6600;
		margin-left:270px;
		padding: 5px;
}

#footer {
    background-color: #ff6600;
    color: white;
    clear: both;
    text-align: center;
    padding:2px;	 	 
}

#vmenu {
	color: black;
	text-align: left;
	margin-left: 20px;
}

#vmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
}

#vmenu li {
	float: left;
}

#vmenu a {
	color: black;
	text-decoration: none;
}

#vmenu a:hover {
	text-decoration: underline;
}


/* JPG pirmas psl*/
.my_img_menu {
	border: 2px solid #ff6600;
}

/* Mokymai */
.course {
	overflow: hidden;
}

.course a {
	text-decoration: none;
	color: #330066;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
}

.course a:hover {
	text-decoration: underline;
}

.course-title {

}

.cource-descr {

}

/* >div rodo viduje esancius div elementus */
/* galima nurodyti >span ir pan. */
.hidden>div {
	display:none;
}

.name {
	color: black;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}


