/* An example of reasonable styles at the application level which go well with the
  provided sample page templates. Copy this to main.css if you wish. 

h1
{
	font-size: 30px;
}

h2
{
	font-size: 18px;
	margin: 0 0 10px 0;
}

h3,
h6,
h5
{
	color: #666;
}

br.c
{
	clear: both;
	margin: 10px 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#cmstest-wrapper
{
	width: 960px;
	margin: 0 auto;
}

#cmstest-header,
#cmstest-content
{
	float: left;
	display: inline;
	position: relative;
	width: 100%;
}

#cmstest-login
{
	float: right;
	display: inline;
	width: 100%;
	clear: both;
/*	margin-top: -20px;*/
}

#cmstest-content #pk-subnav
{
	width: 200px;
	margin:40px 40px 0 0;
	float:left;
	display:inline;
	position:relative;
}

#pk-area-logo
{
	width: 125px;
	margin-right: 30px;
}

#pk-area-logo .pkContextCMSImage a
{
	float: left;
	display: inline;
	position: relative;
}

#pk-area-header
{
	float: left;
	width: 50%;
}

#pk-area-body
{
	width:480px;
	float:left;
	display:inline;
	position:relative;
}

.pk-home #pk-area-body
{
	width: 720px;
}

#pk-area-sidebar
{
	width:200px;
	float:left;
	display:inline;
	position:relative;
	margin-left: 40px;
}

#pk-area-footer
{
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 20px;
	font-size: 11px;
	color: #ccc;
}

*/
