/* define custom fonts */
@font-face {
    font-family: 'din';
    src: url('fonts/dinlight-webfont.eot');
    src: url('fonts/dinlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinlight-webfont.woff') format('woff'),
         url('fonts/dinlight-webfont.ttf') format('truetype'),
         url('fonts/dinlight-webfont.svg#din-lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din';
    src: url('fonts/dinmedium-webfont.eot');
    src: url('fonts/dinmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinmedium-webfont.woff') format('woff'),
         url('fonts/dinmedium-webfont.ttf') format('truetype'),
         url('fonts/dinmedium-webfont.svg#dinmedium') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face{
	font-family: "myriad";
	src: url("fonts/MyriadPro-Regular.ttf") format('truetype');
    font-style: normal;
	font-weight: normal;
}

@font-face{
	font-family: "myriad";
	src: url("fonts/MyriadPro-Semibold.ttf") format('truetype');
    font-style: normal;
	font-weight: bold;
}

*{
	color: #5a5a5a;
	font-family: "myriad", "din";
}

body{
	background: url("../../images/general/bg.jpg") no-repeat center center fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
	padding-top: 125px;
}

ul,p{
	margin: 0;
	padding: 0;
}

div#content{
	background-color: #d9d3c9;
	margin: 0 auto;
	max-width: 960px;
	width: 99%;
}

div#content>div#main{
	background-color: #ece7e3;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ece7e3), to(#e4dfdb));
    background-image: -webkit-linear-gradient(top, #ece7e3, #e4dfdb); 
    background-image:    -moz-linear-gradient(top, #ece7e3, #e4dfdb);
    background-image:     -ms-linear-gradient(top, #ece7e3, #e4dfdb);
    background-image:      -o-linear-gradient(top, #ece7e3, #e4dfdb);
    border: solid 1px #cfc8ba;
	box-shadow: 0 0 2px #c7bea9;
	float: left;
	max-width: 616px;
	padding-bottom: 7px;
	width: 65%;
}

div#content>div#sidebar{
	float: right;
	max-width: 340px;
	width: 34.7%;
}