*{
outline: none;
padding: 0px;
margin: 0 auto;
}
body{
background-color: #1B1B1B;
}
#TM{
font-size: 12px;
}
#main{
margin: 0px auto;
padding: 0px;
width: 980px;
text-align:center;
}
#header{
margin-bottom: 20px;
width: 100%;
height: 110px;
border: 1px solid #666666;
border-top: none;
background: black;
background-image: url('img/Audioportal_logo.jpg');
}
#leftcolumn{
margin: 0px;
padding: 0px;
background: #1B1B1B;
width: 150px;
min-height: 500px;
float: left;
}

#left_info{
color: #C9C9C9;
min-height: 315px;
font-family:"Arial", arial, serif-serif;
font-size: 12px;
}
#content{
margin: 0px;
margin-left: 160px;
padding: 0px;
background-color:#1B1B1B9;
width: 660px;
min-height: 500px;
}
#post{
min-height: 200px;
width: 570px;
background-color: #1B1B1B;
background-image: none;
border: 1px solid #666666;
margin-top: 20px;
margin-bottom: 20px;
padding-left:23px;
padding-right:23px;
color: #C9C9C9;
	/* Возможно какой-нибудь браузер в будущем, будем надеяться IE */
    border-radius: 10px;
    /* WebKit (Safari/Chrome) */
    -webkit-border-radius: 10px;
    /* KHTML (Konquerer) */
    -khtml-border-radius: 10px;
    /* Возможно Opera в будущем */
    -opera-border-radius: 10px;
    /* Gecko (Firefox) */
    -moz-border-radius: 10px;	
}
img{
/*margin-left: 5px;
margin-right: 5px;*/
border: none;
}
#rightcolumn{
margin: 0px;
padding: 0px;
background-color:#1B1B1B9;
width: 150px;
min-height: 500px;
float: right;
font-size: 12px;
}
#menu{
height:140px;
background: #1B1B1B;
}
#separator{
clear: both;
height: 20px;
}
#footer{
width: 100%;
min-height: 50px;
padding-top:5px;
border: 1px solid #666666;
background: black;
color: #cccccc;
}
#editor{
margin: 0 auto;
margin-top: 20px;
width: 660px;
background-color: #252525;
border: 1px solid #666666;
color: #C9C9C9;
	/* Возможно какой-нибудь браузер в будущем, будем надеяться IE */
    border-radius: 10px;
    /* WebKit (Safari/Chrome) */
    -webkit-border-radius: 10px;
    /* KHTML (Konquerer) */
    -khtml-border-radius: 10px;
    /* Возможно Opera в будущем */
    -opera-border-radius: 10px;
    /* Gecko (Firefox) */
    -moz-border-radius: 10px;
}
ul#navbar{
list-style: none;
line-height: 30px;
}

ul#navbar li a{
margin-bottom: 3px;
float: left;
height: 30px;
width: 150px;
text-align: center;
color: #cccccc;
border: 1px solid #666666;
/*-webkit-border-radius: 10px;
-moz-border-radius: 10px;*/
background: Black;
text-decoration: none;
font-family:"Arial", arial, serif-serif;
font-weight: 600;
}
#reglink
{
text-decoration: none;
color: #cccccc;
}


/*Navigation bar key states*/

ul#navbar li a.home:hover
{
background-color: #666666;
}

body#homepage ul#navbar li a.home{
background-color: #666666;
}

ul#navbar li a.news:hover
{
background-color: #666666;
}

body#newspage ul#navbar li a.news{
background-color: #666666;
}

ul#navbar li a.articles:hover
{
background-color: #666666;
}

body#articlespage ul#navbar li a.articles{
background-color: #666666;
}

ul#navbar li a.profile:hover
{
background-color: #666666;
}

body#profilepage ul#navbar li a.profile{
background-color: #666666;
}

ul#navbar li a.forum:hover
{
background-color: #666666;
}
/*End of navigation bar key states*/

/*rounded corners for containers*/

.container {
    background: #252525 url(img/rounded/top.jpg) top repeat-x; 	 
}
.container div {
    background: url(img/rounded/vert.jpg) right repeat-y;
}
.container div div {
    background: url(img/rounded/hor.jpg) bottom repeat-x;
}
.container div div div {
    background: url(img/rounded/vert.jpg) left repeat-y;
}
.container div div div div {
    background: url(img/rounded/top_l.jpg) top left no-repeat; 
}
.container div div div div div {
    background: url(img/rounded/top_r.jpg) top right no-repeat; 
}
.container div div div div div div {
    background: url(img/rounded/bott_r.jpg) bottom right no-repeat;
}
.container div div div div div div div {
    background: url(img/rounded/bott_l.jpg) bottom left no-repeat;
	min-height: 510px;
	padding-top: 15px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 15px;
	font-family:"Arial", arial, serif-serif;
	/*font-size: 12px;*/
}
/*End of rounded corners for containers*/

#pagelink{
text-align: center;
color: #cccccc;
border: 1px solid #666666;
background: Black;
text-decoration: none;
font-family:"Arial", arial, serif-serif;
font-size: 12px;
width: 100px;
height: 30px;
width: 150px;
}

#pagelink_active{
text-align: center;
color: #cccccc;
border: 1px solid #666666;
background: black;
text-decoration: none;
font-family:"Arial", arial, serif-serif;
width: 100px;
}
#pagelink:hover{
background: #666666;
}