@charset "utf-8";
/* CSS Document */
body {
	margin:0px; padding:0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	line-height:25px;
}

#main	{
	background:#000000 url(images/bg_slice_v3.jpg) repeat-x;
}

.container	{
	width:750px;
	margin:0 auto;
	position:relative;
}

#header {
	padding-top:20px;
}

#logo h1 {
	margin:0px;
	display:block;
	text-indent:-999px;
}
#logo2 h1 {
	margin:0px;
	display:block;
	text-indent:-999px;
}

#logo	{
	background-image:url(images/dj-academy-logo-v4-small.jpg);
	background-repeat:no-repeat;
	width:550px;
	height:210px;
	border-bottom-style:none;
}
#logo2	{
	background-repeat:no-repeat;
	float:right;
	width:102px;
	height:39px;
	border-bottom-style:none;
	position:absolute;
	left: 642px;
	top: 60px;
}
#logo3	{
	background-repeat:no-repeat;
	float:right;
	width:118px;
	height:43px;
	border-bottom-style:none;
	position:absolute;
	left: 627px;
	top: 107px;
}


#submenu	{
	background-image:url(images/menu_design.jpg);
	background-repeat:no-repeat;
	height:40px;
}

ul#menu li {
	display:inline;
	margin-left:25px;
}

ul#menu	{
	margin:0px;
	padding:0px;
	position:absolute;
	right:48px;
	top: 239px;
	width: 373px;
	height: 25px;
}

ul#menu li a {
	text-decoration:none;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#menu li a.active, ul#menu li a.hoover	{
	color:#211e1e;
}

.block {	
	border:1px;
	background-color:#000000;
	position:relative;
}

#block_content	{
	background-image:url(images/content_block.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:574px;	
}

#block_content2	{
	background-image:url(images/content_block_2.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:574px;
}

#block_content3	{
	background-image:url(images/content_block_3.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:993px;
}

#content_items	{
	width:460px;
	margin-right:25px;
	margin-left:25px;
	float:left;
	padding-top:3px;
}

.mini_content_item	{
	border-style:none;
	margin-bottom:10px;
	margin-left:75px;
	position:relative;
	height:90px;
}

.mini_content_item1	{
	border-style:none;
	margin-bottom:10px;
	position:relative;
	height:240px;
}

#text_column	{
	float:left;
	width:240px;
	border-bottom-style:none;
}

#text_column2	{
	float:left;
	width:230px;
	height:700px;
	border-bottom-style:none;
}

.text_col_header	{
	border-style:none;
	margin-bottom:10px;
	position:relative;
	height:50px;
	padding-left:75px;
	padding-top:5px;
}

.text_col	{
	border-style:none;
	margin-bottom:10px;
	position:relative;
	width:230px;
	top:40px;
	text-indent:20px;
}

.text_col2	{
	border-style:none;
	margin-bottom:2px;
	position:relative;
	width:220px;
	top:40px;
	text-indent:1px;
}

#footer	{
	background:#111111 url(images/footer.jpg) repeat-x;
	padding:5px;
	height:56px;
}

#footer_block	{
	background-image:url(images/footer_bar.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:38px;
	width:744px;
	bottom:10px;
}

.text_footer	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	top:8px;
	text-indent:10px;
	margin-bottom:10px;
}

/* Text Styles	*/
h2 {
	margin: 0px 0px	5px 0px;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:30px;
	letter-spacing:-1px;
}

h3	{
	margin: 10px 0px 5px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

small	{
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}

a	{
	color:#26689f;
	text-decoration:none;
}

small a	{
	color:#007de2;
}

a:hover	{ text-decoration:underline; }
p { margin: 0px 0px 0px 0px; }

