@charset "UTF-8";
/* CSS Document */

header, nav, footer, aside {
	display: block;	
}
div {
	border: solid 1px black;
	margin: 1px;	
}


/*----------DIV*----------*/

header {
	width: 940px;
	height: 66px;
	background-color:#d15c00;
	/*border-bottom-color: #000;
	border-bottom-width: 50px;*/
} 

/*----------ID*----------*/

#container {
	width: 940px;
}

#leftCol {
	float: left;
	width: 620px;
}

#what {
	width: 620px;
	height: 146px;
}

#things {
	width: 620px;
	height: 254px;
}

#under {
	width: 620px;
	height: 246px;
}


#brandNew, #fpo, #artMenu,#quipsologies {
	float: left;
}

#brandNew {
	width: 300px;
}

#fpo {
	width: 300px;
}

#artMenu {
	width: 300px;
}

#quipsologies {
	width: 300px;
}

#news {
	float: right;
	width: 310px;
	background-color:#dcdcc8;
}

#february {
	width: 310px;
	height: 250px;
}

#january {
	width: 310px;
	height: 418px;
}

#november {
	width: 310px;
	height: 230px;
}

#september {
	width: 310px;
	height: 165px;
}

#august {
	width: 310px;
	height: 242px;
}

#june {
	width: 310px;
	height: 164px;
}

/*----------CLASS----------*/

.recent {
	width: 300px;
}

.month {
	width: 310px;
}

/*----------TEXT----------*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #FFF;
}

h2 {

}

h3 {
	color: #6192AB;
	font-family: georgia,serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

h4 {
	font-family: georgia,serif;
    font-size: 18px;
    font-weight: normal;
}

h5 {
	font-family: arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

h6 {
	color: #6192AB;
    font-family: georgia,serif;
    font-size: 14px;
    font-weight: bold;
}