
html {
	height: 100%;
	
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../media/layout/bg_main_stripe.gif');
	background-repeat: repeat-y;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 100%;
}

body, p, div, td {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 100;
	
	color: #000000;
}

p, span {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 100;
	line-height: 18px;
	
	color: #333333;
	
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

h1, h1 * {
	font-family: Garamond;
	font-size: 22px;
	font-weight: 100;
	color: #A60000;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h2, h2 * {
	font-family: Verdana;
	font-size: 15px;
	font-weight: 100;
	color: #000000;
	
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, select, textarea, .input {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #A60000;
	width: 300px;
	
	margin-bottom: 10px;
}

.submit {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #A60000;
	width: 300px;
	
	margin-bottom: 10px;

	background-color: #DDDDDD;
	color: #A60000;
}



.red {
	color: #A60000;
	font-weight: bold;
}

.dsg_main {
	margin: 0px;
	padding: 0px;
	
	min-height: 100%;
	
	width: 100%;
  	height: 100%;
}

.dsg_top_border {
	background-image: url('../media/layout/bg_one_pattern.gif');
	background-repeat: repeat-x;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 23px;
}

.dsg_top_border_stripe {
	background-image: url('../media/layout/bg_one_stripe.gif');
	background-repeat: no-repeat;
	
	margin: 0px;
	padding: 0px;
	
	width: 339px;
	height: 23px;
}

.dsg_top {
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 156px;
}

.dsg_top_left {
	background-image: url('../media/layout/bg_two_border_left.gif');
	background-repeat: no-repeat;
	
	position: absolute;
	
	float: left;
	
	margin: 0px;
	padding: 0px;
	
	width: 20px;
	height: 156px;
}

.dsg_top_stripe {
	background-image: url('../media/layout/bg_two_stripe.gif');
	background-repeat: no-repeat;	
	
	position: absolute;
	
	margin-left: 20px;
	padding: 0px;
	
	width: 294px;
	height: 156px;
}

.dsg_bottom {
	background-image: url('../media/layout/bg_three_pattern.gif');
	background-repeat: repeat-x;
	
	position: relative;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 100%;
}

.dsg_bottom_left {
	background-image: url('../media/layout/bg_three_border_left.gif');
	background-repeat: repeat-x;
	
	
	position: absolute;
	
	float: left;
	clear: both;
	
	margin: 0px;
	padding: 0px;
	
	width: 20px;
	height: 25px;
}

.dsg_bottom_stripe {
	background-image: url('../media/layout/bg_three_stripe.gif');
	background-repeat: repeat-y;
	
	position: absolute;

	margin-left: 20px;
	margin-right: 0px;
	
	padding: 0px;
	
	width: 294px;
	height: 25px;
}

.dsg_bottom_right_border {
	background-image: url('../media/layout/bg_three_border_right.gif');
	background-repeat: no-repeat;
	
	position: absolute;
	
	margin-left: 314px;
	padding: 0px;
	
	width: 25px;
	height: 25px;
}

.dsg_content {
	position: relative;
	
	top: 45px;
	left: 30px;
	
	margin-left: 340px;
	
	width: 600px;
}

.dsg_clear {
	clear: both;
}

.dsg_nav {
	margin-top: 15px;
	margin-left: 37px;
	
	width: auto;

	cursor: pointer;
}

.dsg_nav_element {
	clear: both;
	
	margin: 0px;
	padding: 0px;
	
	width: auto;
	height: 58px;
}

.dsg_nav_element_image {
	float: left;
	
	margin: 0px;
	padding: 0px;
	
	width: 79px;
	height: 52px;
}

.dsg_nav_element_text {
	font-family: Verdana;
	font-size: 10px;
	
	padding-top: 16px;
	padding-bottom: 16px;
	width: auto;
}



.content_container {
	width: 610px;
}

.content_text {
	float: left;
	width: 430px;
	margin-right: 15px;
}

.content_container p img {
	margin: 3px 12px 5px 1px;

	border: 2px solid #DDD6CC;
}

.content_note {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 100;
	line-height: 18px;
	
	font-style: italic;
	color: #A60000;
	
	float: left;
	width: 100px;
	
	position: relative;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.content_clear {
	clear: both;
}