*{ margin: 0; padding: 0; }*
body { font: .9em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #444; }
a {COLOR: #000; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
h1 { margin: 0 0 10px; padding: 10px 0 3px; COLOR: #F09D3B; }
h2,h3,.sidett { padding-left: 10px; color: #fff; background: #f19d3b; font-size: 1em; height: auto; line-height: 24px; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
background: #FE7B09 url(images/header2.jpg) repeat-x;
height: 376px;
}
#header h1 {
font-size: 50px;
font-weight: 300;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #1D1C1C;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 7px 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap { padding: 10px 10px 3px 10px; width: 760px; margin:20px auto; background: #fff;}
#left { float: left; width: 180px; background: #FAD5A9; margin-bottom: 10px; margin-top: 20px;}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#left ul li { font-size: 13px; line-height:1.5em; margin: 0.75em 0; }
#left ul li a { }
#left ul li a:hover { }
#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;}

#right h1 { line-height:1.15em; }
#right h2 { margin-top: 20px; }
#right h3 { margin-top: 20px; }
#right .articles p { margin: 0.5em 0.5em;}
#right .articles a { color:#FF6600; text-decoration:underline;}
#right .articles a:hover { color:#CCCC00;}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }
.articles img{ margin: 15px 0;}

.articles:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}


.imgimg {
	border: 3px solid #ccc;
	max-width:100%;
	margin: 0 auto;
}
.imgleft {
	border: 3px solid #ccc;
	width: 250px;
	height: auto;
	float: left;
	margin-right: 10px !important;
}
.imgright {
	border: 3px solid #ccc;
	width: 250px;
	height: auto;
	float: right;
	margin-left: 10px !important;
}



/**********/
/* MOBILE */
/**********/



@media screen and (max-width: 680px) {

body { font: .9em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #444; }
a {COLOR: #000; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
h1 { margin: 0 0 10px; padding: 10px 0 3px; COLOR: #F09D3B; }
h2,h3,.sidett { padding-left: 8px; color: #fff; background: #f19d3b; font-size: 1em; font-weight: bold; height: auto; line-height: 24px; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
background: #FE7B09 url(images/header2.jpg) repeat-x;
height: 200px;
background-size: cover;
}
#header h1 {
font-size: 50px;
font-weight: 300;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #1D1C1C;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 7px 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}
#header img {
	width:100%; height: auto;
}

#wrap { padding: 10px 10px 3px 10px; width: calc(100% - 28px); margin:10px auto; background: #fff;}
#left { float: none; width: calc(100% - 20px); background: #FAD5A9; margin:20px 10px 10px;}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#left ul li { font-size: 13px; line-height:1.5em; margin: 0.75em 0; padding:4px 0; }
#left ul li a { }
#left ul li a:hover { }
#right { margin-bottom: 10px; float: none; width: calc(100% - 20px); padding: 0 10px 10px 10px; margin-top: 10px;}

#right h1 { line-height:1.15em; font-size:18px; }
#right h2 { margin-top: 20px; font-size:16px; }
#right h3 { margin-top: 20px; font-size:15px; }
#right .articles p { margin: 0.5em 0.5em;}
#right .articles a { color:#FF6600; text-decoration:underline;}
#right .articles a:hover { color:#CCCC00;}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; line-height: 1.5em; }
.articles img{ margin: 15px 0; width: calc(100% - 6px);}

.imgleft {
	border: 3px solid #ccc;
	width: 45% !important;
	height: auto;
	float: left;
}
.imgright {
	border: 3px solid #ccc;
	width: 45% !important;
	height: auto;
	float: right;
}


}