/*-----------------------------------------------------------------------------
Style Sheet ( )

version:   1.0
author:    adam brick
email:     brickone@gmail.com
website:   http://www.adambrick.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* links */

a:link {color: #55a7fd;
font-weight: bold;
text-decoration: none;
}

a:visited {color: #55a7fd;
font-weight: bold;
text-decoration: none; 
}

a:hover {color: #55a7fd;
text-decoration: underline; 
}
a:active {color: #55a7fd;
font-weight: bold;
text-decoration: none; 
}

/* Container */
div[id="container"] {
position: relative;
width: 790px;
min-height: 485px;
margin: 15px auto;
background-image:url(images/bg.png);
background-repeat:no-repeat;
}
/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	background-color: #e9e9e9;
	text-align:left;
}

h1 {
text-indent: -5000px;
background:url(images/gkc-logo.png) no-repeat;
width: 388px;
height:30px;
}

h2 {
font-family:"Times New Roman", Times, serif;
font-size:22px;
font-weight:bold;
padding-top: 2px;
text-align:center;
color: #55a7fd;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	padding-right:15px;
	text-align:right;
}

.bold{
font-weight:bold;
}

/* =Main Content
-----------------------------------------------------------------------------*/

div[id="main_content"] {
float:right;
width: 410px;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

div[id="main_text"] {
position:relative;
width: 350px;
padding-top: 2px;
margin-left: 45px;
padding-right: 10px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/

div[id="sec_content"] {
float:left;
width: 328px;
height: 440px;
margin-top: 17px;
margin-bottom: 15px;
margin-left: 14px;
background-image:url(images/an_act_of_reparation.jpg);
background-repeat:no-repeat;
}

