#body
{
	font-family 		: Arial;
}

#webpage
{
	width				: 1024px;
	margin				: auto;
	font-family 		: Arial;
}

#logo a
{
	position 			: absolute;
	top				: 0px;
	height 				: 120px;
	width				: 1024px;
}

#logo p
{
	position 			: absolute;
	top				: 60px;
	height 				: 60px;
	left				: 20px;
	font-size			: 50px;
	color				: white;
	background-image 		: url("\includes\images\paper.png"); 
}

#logo img
{
	border				: none;
}

#leftcol
{
	position			: absolute;
	top					: 125px;
        left                            : 0px;
	width				: 200px;
	border-width		: 1px;
	border-color		: black;
	border-style		: solid;
}

#rightcol
{
	position			: absolute;
	top					: 125px;
	left				: 822px;
	width				: 200px;
	border-width		: 1px;
	border-color		: black;
	border-style		: solid;	
}

p.coltitle
{
	padding-top 		: 5px;
	padding-bottom 		: 5px;
	color				: white;
	background-color	: blue;	
	border-bottom-width	: 1px;
	border-bottom-color	: black;
	border-bottom-style	: solid;
	padding-left		: 5px;
}

#breadcrumbs
{
	position 			: absolute;
	top					: 125px;
	left				: 205px;
	width				: 610px;
	border-width		: 1px;
	border-color		: black;
	border-style		: solid;
	padding-top 		: 5px;
	padding-bottom 		: 5px;
	color				: white;
	background-color	: blue;	
}

	#breadcrumbs a
	{
		text-decoration : none;
		color 			: white;	
	}	

#content
{
	position 			: absolute;
	top 				: 155px;
	left 				: 210px;
	width 				: 600px;
}

#wrapper
{
	position			: relative;
}

p.article
{
	text-align			: center;
	position			: relative;
	left 				: 5px;
	width				: 190px;	
}

	p.article a.title	
	{
		position			: relative;
		left 				: 5px;
		width				: 180px;
		text-decoration		: none;
		font-weight			: bold;
		color				: blue;
		padding-top 		: 5px;
		padding-bottom 		: 5px;
		display				: block;
		margin: auto;
	}

	p.article a.articlereadmore
	{
		position			: relative;
		left 				: 10px;
		width				: 180px;
		text-decoration		: none;
		font-weight			: bold;
		color				: blue;
		padding-top :10px;
		padding-bottom :10px;
		display:block;
	}
	
	p.article img
	{
		display				: block;
		border				: none;
		margin-left			: auto;
		margin-right		: auto;
		padding-bottom: 10px;
	}

p.contenttitle
{
	Display:block;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:red;
	color:blue;
	font-size:20px;
	font-weight:bold;
	padding-top:  10px;	
}

p.subcontenttitle
{
	color:blue;
	font-weight: bold;	
}

p.quote
{
	display:block;
	text-align:center;
	font-style: italic;
}
