a {
	color				: #990000;
	text-decoration		: none; 
}
a:hover	{
	color				: #dd7700;
	text-decoration		: none;
}

body {
	padding				: 0px;
	margin				: 0px;
	float				: center;
	text-align			: center;
	font-size			: 14px;
	color				: #ffffff;
	font-family			: arial, helvetica, tahoma, verdana, sans-serif;
	background-position	: top;
	background-color	: #c0c0c0;
	background-image	: url('images/body-background.jpg');
	background-repeat	: repeat-x;
}



#container {
	position			: relative;
	top					: 0px;
	width				: 870px;
	float				: center;
	text-align			: left;
	margin-left			: auto;
	margin-right		: auto;
}



#design-header {
	position			: relative;
	top					: 0px;
	left				: 0px;
	width				: 870px;
	height				: 166px;
	text-align			: left;
	float				: left;
	background-image	: url('images/header.jpg');
	background-repeat	: no-repeat;
}
#design-header-menu {
	position			: absolute;
	top					: 52px;
	left				: 180px;
	width				: 610px;
	height				: 47px;
	text-align			: left;
	float				: left;
	font-size			: 38px;

}
#design-header-title {
	position			: absolute;
	top					: 123px;
	left				: 202px;
	width				: 670px;
	height				: 166px;
	text-align			: left;
	float				: left;
	z-index				: 10;
	font-size			: 21px;
	color				: #242424;
}
#design-content {
	position			: relative;
	top					: 0px;
	left				: 0px;
	width				: 880px;
	min-height			: 340px;
	height				: auto !important;
	height				: 340px;
	text-align			: left;
	float				: left;
	background-image	: url('images/center-background.jpg');
	background-repeat	: repeat-y;
}
#design-content-menu {
	position			: relative;
	top					: 0px;
	left				: 0px;
	width				: 159px;
	min-height			: 277px;
	height				: auto !important;
	height				: 277px;
	color				: #e0e0e0;
	font-size			: 11px;
	text-align			: left;
	float				: left;
	background-image	: url('images/menu-background.jpg');
	background-repeat	: repeat-y;
}
#picture1 {
        position			: relative
        background- image		: url('images/dvd1.jpg');
}
#design-content-menu a{
	text-decoration		: none;
	color 				: #ff9600;
}
#design-content-menu a:hover{
	text-decoration		: none;
	color 				: #ffbb00;
}
#design-content-menu-top {
	position			: relative;
	top				: 0px;
	left				: 0px;
	width				: 146px;
	min-height			: 246px;
	height				: auto !important;
	height				: 246px;
	text-align			: left;
	float				: left;
	padding-top			: 6px;
	padding-left		: 10px;
	padding-right		: 6px;
	padding-bottom		: 6px;
	background-position	: top left;
	background-image	: url('images/menu-top.jpg');
	background-repeat	: no-repeat;
}
#design-content-menu-bottom {
	position			: relative;
	bottom				: 0px;
	left				: 0px;
	width				:159px;
	height				: 80px;
	text-align			: center;
	color				: ##FF9900;
	font-size			: 10px;
	float				: left;
	background-image	: url('images/menu-bottom.jpg');
	background-repeat	: no-repeat;
	background-position	: bottom;
}
#design-content-menu-bottom a{
	text-decoration		: none;
	color 				: #aaaaaa;
}
#design-content-menu-bottom a:hover{
	text-decoration		: none;
	color 				: #ffbb00;
}
#design-content-center {
	position			: relative;
	top					: 0px;
	left				: 0px;
	width				: 721px;
	min-height			: 340px;
	height				: auto !important;
	height				: 340px;
	text-align			: left;
	float				: right;
	color				: #242424;
	background-position	: top left;
	background-image	: url('images/center.jpg');
	background-repeat	: repeat-y;
}
#design-content-center a{
	text-decoration		: none;
	color 				: #770000;
}
#design-content-center a:hover{
	text-decoration		: none;
	color 				: #dd7700;
}
#design-content-center-content {
	position			: relative;
	top					: 0px;
	left				: 0px;
	padding-top			: 6px;
	padding-left		: 10px;
	padding-right		: 7px;
	padding-bottom		: 4px;
	width				: 704px;
	text-align			: left;
	float				: right;
}
#design-footer {
	position			: relative;
	top					: 0px;
	left				: 159px;
	width				: 721px;
	height				: 44px;
	height				: auto !important;
	text-align			: left;
	float				: left;
	background-image	: url('images/footer.jpg');
	background-repeat	: repeat-y;
}

.subtitle {
	font-size			: 14px;
	font-weight			: bold;
}
.subsubtitle {
	font-size			: 13px;
	font-weight			: bold;
}

.space {
	margin-left			: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight			: bold;
	margin-top			: 0px;
	margin-bottom		        : 0px;
}

h1 {
	font-size			: 24px;
	line-height			: 44px;
}
h2 {
	font-size			: 18px;
	line-height			: 40px;
}
h3 {
	font-size			: 16px;
	line-height			: 22px;
}
h4 {
	font-size			: 14px;
	line-height			: 26px;
}
h5 {
	font-size			: 12px;
	line-height			: 22px;
}
h6 {
	font-size			: 10px;
	line-height			: 18px;
}

img {
	border				: 0px;
}