/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: layout.css
* Website: 
* Author: Vlada Kobetic
* Description: Layout definition, header, two column content(right 
			   column is smaller), footer.

== INDEX: ===================================
_page:
_left-right-columns:



============================================
*/
/* _page
==========================================*/
div#page {
	margin-left:auto;
	margin-right:auto;
	width:779px;
	position:relative;
	background:url('img/page-bg.png') 0 0 repeat-y;
}
div#page-in {
	padding:0 25px;
}
/* _left-right-columns
==========================================*/
.two-cols {
	margin-top:20px;
}
.two-cols .left-col {
	width:495px;
	float:left;
	text-align:center;
}
.two-cols .right-col {
	width:213px;
	float:left;
}




