* {
    margin  : 0;
    padding : 0;
}

body {	
	position    : relative;
	font-family  : "Trebuchet MS", sans serif;
	font-size    : 14px;
	background   : url('../img/background.jpg') top left repeat-x;
	width        : 990px;
	margin       : 0 auto;
}

#banner {
	width       : 990px;
	height      : 109px;
	background  : url('../img/banner.jpg') top left no-repeat;
}

#logo {
	position    : absolute;
	top         : 0;
	left        : 10px;
	width       : 174px;
	height      : 80px;
}

#title {
	padding     : 25px 0 10px 200px;
	line-height : 15px;
	font        : normal normal bold 14px "Trebuchet MS";
    color       : #464646;
}

#daedalus {
	position    : absolute;
	top         : 33px;
	right       : 30px;
	text-align  : right;
	font-size   : 12px;
}

#daedalus a {
	text-decoration : none;
	color           : white;
	font-size       : 12px;
}

#daedalus a:hover {
	font-size       : 12px;
	text-decoration : none;
	color           : #004a80;
}

#content {
	width       : 990px;
	height      : 640px;
	background  : url('../img/content_back.jpg') top left no-repeat;
}

#list {
	border-top   : 2px dotted #6d7071;
	border-bottom: 2px dotted #6d7071;
	width        : 210px;
	margin       : 0 0 0 30px;
}

#downlist_title {
	width        : 210px;
	margin       : 20px 0 10px 50px;
	color        : #668ca4;
	font-weight  : bold;
}

#downlist {
	width        : 210px;
	margin-left  : 30px;
}

#bullet_special {
	float       : left;
	margin      : 10px 0 0 -5px;
}

#links {
	position    : absolute;
	top         : 405px;
    width       : 500px;
	margin      : 0 0 0 330px;
}

ul {
	font-family    : "Trebuchet MS", arial;
    list-style     : none;
	font-size      : 13px;
	font-weight    : bold;
    color          : #6d7071;
    padding-bottom : 7px;
}

li {
    margin-top     : 10px;
}

li a {
    text-decoration : none;
    color           : #6d7071;
}

li a:hover {
    color           : #004a80;
}

.linkb {
    font            : normal normal bold 14px "Trebuchet MS";
    color           : #396679;
	text-decoration : none;
	padding-top     : 15px;
}

.linkb a {
    text-decoration : none;
    color           : #6d7071;
}

.linkb a:hover {
    color           : #004a80;
}


#sidebar {
	position   : absolute;
	top        : 110px;
	margin     : 0 0 0 755px;
}

#project_button a {
	width           : 206px;
	height          : 30px;
	display         : block;
	text-align      : center;
	font-size       : 13px;
	font-weight     : bold;
	text-decoration : none;
	color           : black;
	background      : url('../img/project_button.jpg') top left no-repeat;
	padding         : 6px 0 0 0;
}

#project_button a:hover {
	display         : block;
	text-align      : center;
	font-size       : 13px;
	font-weight     : bold;
	text-decoration : none;
	color           : #004a80;
	background      : url('../img/project_button_hover.jpg') top left no-repeat;
	padding         : 6px 0 0 0;
}

#sidebar ul {
	font-size   : 11px;
	font-weight : normal;
}

#sidebar li {
	font-size   : 11px;
	font-weight : normal;
	margin      : 5px 0 5px 0;
}

#subscribe {
	font-family    : "Trebuchet MS", arial;
    list-style     : none;
	font-size      : 13px;
	font-weight    : bold;
    color          : #6d7071;
	margin: 5px 0 5px 10px;
}
.xorisma {
	width       : 240px;
	height      : 2px;
	background  : url('../img/xorisma.jpg') bottom left no-repeat;
	margin      : 0 0 0 -4px;
}



#footer {
	width       : 990px;
	height      : 32px;
	background  : url('../img/footer_back.jpg') top left repeat-y;
	text-align  : right;
}

#footer a {
	position        : absolute;
	top             : 755px;
	right           : 30px;
	font-size       : 11px;
	font-weight     : normal;
	text-decoration : none;
	color           : black;
}

#footer a:hover {
	font-size       : 11px;
	font-weight     : normal;
	text-decoration : none;
	color           : #004a80;
}


#footer_bottom {
	width           : 990px;
	height          : 23px;
	background      : url('../img/footer_back_bottom.jpg') top left no-repeat;
}

#subscribe {
		padding: 40px 0 0 70px;

}


