* {margin: 0; padding: 0;}

html {}

body {
    background: black;
    color: #ccffff;
	font: 12pt Arial, Tahoma, Verdana, sans-serif;
}

h1 {
    color: red;
    margin-bottom: 20px;
}

a {
	color: red;
	outline: none;
	text-decoration: none;
}

a img{
    border: none;
}

a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

ul {
    list-style: disc;
    margin: 10px 20px;
}

ol {
    margin: 5px 5px 5px 35px;
}

#wrap {
    position: relative;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

#logo {
    margin: 10px 0px 0px 0px;
    padding: 0;
    border: none;
    width: 1000px;
}

#logo img {
    float: left;
}

#menu_left {
    position: relative;
    float: left;
    width: 250px;
    min-height: 400px;
    background-color: transparent;
    background-image: url(../images/background_menu_top_left.png);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

#menu_left ul {
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    margin: 2px;
    padding: 2px 2px 2px 20px;
    list-style: none;
    list-style-image: none;
}

#menu_left img {
    position: relative;
    float: left;
    width: 250px;
    height: 190px;
    background-color: transparent;
    margin: 0;
}

#content {
    position: relative;
    float: left;
    width: 750px;
    min-height: 400px;
}

#menu_right {
    position: relative;
    float: right;
    width: 250px;
    min-height: 400px;
    background-color: transparent;
    background-image: url(../images/background_menu_top_right.png);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

#menu_right img {
    width: 250px;
    height: 190px;
    background-color: transparent;
    margin: 0;
}

#footer {
    position: relative;
    float: left;
    width: 100%;
	margin: 0;
}

#footer img {
    float: left;
    margin-bottom: 20px;
}

#counters {
    position: relative;
    bottom: auto;
    text-align: center;
}

.error_box {
    background-color: #ffffcc;
    border: 1px solid #DC143C;
    color: #DC143C;
    margin: 0 auto;
    overflow: auto;
    padding: 5px;
    position: relative;
    text-align: left;
    width: 1000px;
}

.menu_left_selected {
    list-style-image: url(../images/selected.png);
}

.selected {
    color: #ccffff;
}

.advertisement {
    background: #585858;
    color: #ffff00;
    font-size: 10pt;
    font-weight: bolder;
    margin: 20px 5px 20px 20px;
    padding: 5px;
}

.article {
    margin: 20px;
    padding: 0;
}

.galleries {
    margin: 20px;
    padding: 0;
}

.galleries p {
    text-align: center;
    margin: 0px 0px 15px 0px;
}

.galleries a {
	color: #CCFFFF;
	outline: none;
	text-decoration: none;
}

.galleries a:hover {
    color: #ffff00;
	text-decoration: none;
}

.base_model {
    margin: 20px;
    padding: 0;
}

.base_model p {
    text-align: center;
    margin: 0px 0px 15px 0px;
}

.base_model a {
	color: #CCFFFF;
	outline: none;
	text-decoration: none;
}

.base_model a:hover {
    color: #ffff00;
	text-decoration: none;
}


.content_main_page {
    float: left;
    width: 500px;
}
    
