body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	color:#555555;
	font-size:0.825em;
	/*background: #fcfcfc;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html, body 
{
	background: #171414 url("img/wrapper_site.gif");
}

.clear
{
	clear:both;
}

/* The styles below are only necessary for the demo page */

h1{
	background:#F4F4F4;
	border-bottom:1px solid #EEEEEE;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
	padding:15px;
	text-align:center;
}

h2 {
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-right:40px;
	position:relative;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:-48px;
}

a, a:visited 
{
    color: #DCAA36;
	/*color:#0196e3;*/
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

/* prevent outlines around buttons in firefox & ie: */

button::-moz-focus-inner {
  border: 0;
}

a:active, a:focus { 
    border:none;
    outline:none;
}

button:focus { 
    border:none;
    outline:none;
}

#top_header
{
    height: 50px;
    margin-top: -60px;
}

#mainframe
{
	width:864px;
	height:auto;
	position:absolute;
	left:50%;
	background-image:url('img/transparent_black_32x32.png');
	margin-top: 60px;
	padding-left: 2px;
	padding-right: 2px;
}

#contact_me
{
	background-image:url('img/contact_me.png');
    width: 138px;
    height: 38px;
    margin-top: -52px;
    right:0px;
    display:block;
    float:right;
}

#contact_me:hover
{
	cursor: pointer; cursor: hand;
	background-image:url('img/contact_me_hover.png');
    width: 138px;
    height: 38px;
    margin-top: -52px;
    right:0px;
    display:block;
    float:right;
}

#mdm_title
{
	background-image:url('img/mdm_title.png');
    width: 360px;
    height: 50px;
    margin-top: -60px;
    float:left;
}

#mdm_page_title
{
	background-image:url('img/mdm_title.png');
    width: 360px;
    height: 50px;
    margin-top: -60px;
    float:left;
}

#mdm_page_title:hover
{
	cursor: pointer; cursor: hand;
	background-image:url('img/mdm_title.png');
    width: 360px;
    height: 50px;
    margin-top: -60px;
    float:left;
}

#mainframe_topleft
{
    position:absolute;
    top:0px;
    left:0px;
    width:8px;
    height:11px;
    margin-left:-8px;
    margin-top:-11px;
    background-image:url('img/mainframe_topleft.png');
}

#mainframe_top
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:11px;
    margin-top:-11px;
    background-image:url('img/mainframe_top.png');
}

#mainframe_topright
{
    position:absolute;
    top:0px;
    right:0px;
    width:8px;
    height:11px;
    margin-right:-8px;
    margin-top:-11px;
    background-image:url('img/mainframe_topright.png');
}

#mainframe_right
{
    position:absolute;
    top:0px;
    right:0px;
    width:8px;
    margin-right:-8px;
    height:100%;
}

#mainframe_bottomright
{
    position:absolute;
    bottom:0px;
    right:0px;
    width:8px;
    height:11px;
    margin-right:-8px;
    margin-bottom:-11px;
    background-image:url('img/mainframe_bottomright.png');
}

#mainframe_bottom
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:11px;
    margin-bottom:-11px;
    background-image:url('img/mainframe_bottom.png');
}

#mainframe_bottomleft
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:8px;
    height:11px;
    margin-left:-8px;
    margin-bottom:-11px;
    background-image:url('img/mainframe_bottomleft.png');
}

#mainframe_left
{
    position:absolute;
    top:0px;
    left:0px;
    width:8px;
    margin-left:-8px;
    height:100%;
}

.stretch
{
    width:100%;
    height:100%;
}

.body_block
{
    background: url("img/wrapper_site.gif");
    color: #756d65;
    font-size: 13px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: justify;
    padding: 8px 12px 16px 12px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.body_block .title
{
    background: url("img/title_border.png") repeat-x scroll left bottom transparent;
	font-family:Arial,Helvetica,sans-serif;
	color: #4A443F;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 9px;
    padding: 0 0 4px;
    text-transform: uppercase;
    font-weight:bold;
    font-style:normal;
}

.body_block:last-child
{
    margin-bottom: 0px;
}

.detailHeading{
	/* The colorful year headings at the top */
	font-size:2em;
	text-align:center;
	position:relative;
    top: 9px;
    width: 100%;
    height: 34px;
    border-radius: 4px;
    margin-bottom:18px;
}

/* Three color styles for the headings: */

.detailHeading.red
{
    background-image:url(img/detailheading_red.png);
}

.detailHeading.yellow
{
    background-image:url(img/detailheading_yellow.png);
}

.detailHeading.orange
{
    background-image:url(img/detailheading_orange.png);
}

.detailTitleImage
{
    position:relative;
    left:0px;
    top:2px;
}

#carrousel
{
    height:190px;
}

.carrousel_left
{
    position:absolute;
    left: 0px;
    width: 47px;
    height: 160px;
    border: 0;
    background: url("img/buttons_left.png") no-repeat center;
}

.carrousel_left:hover
{
	cursor: pointer; cursor: hand;
    background-image: url("img/buttons_left_act.png");
}

.carrousel_right
{
	cursor: pointer; cursor: hand;
    position:absolute;
    right: 0px;
    width: 47px;
    height: 160px;
    border: 0;
    background: url("img/buttons_right.png") no-repeat center;
}

.carrousel_right:hover
{
    background-image: url("img/buttons_right_act.png");
}

.carrousel_frame
{
    height: 160px;
    left: 47px;
    position: absolute;
    margin-bottom: 13px;
    background: url("img/carrousel_background.png") scroll left bottom transparent;
    overflow: hidden;
}

#carrousel_images
{
    padding-top: 4px;
    height: 195px;
    vertical-align:middle;
    border: 0;
}

.carrousel_image
{
    padding-left: 4px;
    width: 270px;
    height: 152px;
    text-align:center;
}

.back_button
{
    background: url("img/wrapper_site.gif");
    color: #756d65;
    font-size: 13px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;    
}

.back_button:hover
{
	cursor: pointer; cursor: hand;
    background: url("img/wrapper_site_hover.gif");
}