@charset "UTF-8";
html, body {
	background-color:#993333;
	margin:0px;
	height:100%;
}

a {
	color:#993333;
	border:none;
	text-decoration:none;
}


a:hover{
	text-decoration:underline;

}

img {
	border:none;
	padding-right:4em;
}

img.float {
	border:0;
	float:left;
	padding-right:40px;
	
}


h1 {
	color:#666;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.5em;
	border-bottom:dotted #99cccc;
	border-bottom-width:thin;
	font-weight:300;
}

#header {
	color:#666;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.5em;
	font-weight:300;
	width:82%;
}

b {
	color:#666;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1.2em;
	letter-spacing:.1em;
	font-variant:small-caps;
}


#container{
	min-height:100%;
	height:100%;
	margin:0 auto -40px;
	position:relative;
}

#left_column {
	width:280px;
	float:left;
	padding-top: 60px;
}

#right_column {
	min-height:100%;
	float:left;
	width:65%;
	border-top:2em;
	border-top-style:solid;
	border-top-color:#99cccc;
	background-color:#ffffff;
	padding-left:4%;
	padding-bottom:38%;
	padding-top:2%;
}

#footer{
	height:40px;
	margin-top:-40px;
	clear:both;
	text-align:end;
	background:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	padding-top:2%;
	padding-right:4%;
	color:#CCC;
}

a {
	color:#993333;
	border:none;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;

}


img.resize{
    max-width:100%; /* you can use % */
    height: auto;
}


.text {
	color:#333;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1em;
	font-weight:normal;
	line-height:1.8em;
	width:92%;
}

#award {
	float:left;
	padding-bottom:60px;
}

#image_size {
width:100%;
}

#content_type {
width:40%;
float:left;
color:#333;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1em;
	font-weight:normal;
	line-height:1.8em;
}

#index_type {
width:55%;
float:left;
color:#333;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:1em;
	font-weight:normal;
	line-height:1.8em;
}

#footer{
	height:40px;
	margin-top:-40px;
	clear:both;
	background:#333;
	text-align:end;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	padding-top:2%;
	padding-right:4%;
	color:#CCC;
}

.stores {
	-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
}

.sales {
	-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-count:3;
}


/* CSS Document */

