﻿/* CSS layout */
#left_col {
				background-image: url('images/template/main-left.jpg');
				background-repeat: no-repeat;
				width: 210px;
				height: 600px;
				position: absolute;
				left: 0px;
				top: 25px;
}
#right_col {
				width: 200px;
				position: absolute;
				top: 25px;
				right: 0px;
}
#page_menu {
				border-bottom: medium;
				width: 100%;
}
#page_content {
				margin-right: 200px;
				margin-left: 225px;
				height: 600px;
}
#page_links {
				margin-right: 200px;
				margin-left: 225px;
				height: 1200px;
}
#page_tut {
				margin-right: 200px;
				margin-left: 225px;
}
#page_gallery {
				width: auto;
				margin-right: 200px;
				margin-left: 210px;
				height: auto;
				vertical-align: middle;
				
}
#page_downloads {
				background-color: gray;
				border: thin;
				counter-increment: inherit;
				margin-right: 200px;
				margin-left: 225px;
				height: auto;
}
#photo_left_col {
				background-image: url('images/template/eric-left.jpg');
				background-repeat: no-repeat;
				width: 210px;
				height: 600px;
				position: absolute;
				left: 0px;
				top: 25px;
}
#page_footer {
				width: 100%;
}
#container {
				position: relative;
				width: 100%;
}
