/* Body & content wrappers*/

body {
    margin: 0;
    min-width: 750px;
    background-color: #010101;
    color: #010101;
    font:normal 12px 'Lucida Grande', helvetica, verdana, sans-serif; line-height:1.2em;
    text-align: center;
}

#gsg_wrapper {
    width: 750px;
    margin: 0 auto;
    margin-top: 45px;
    text-align: left;
}

a img { border: 1px solid #000000 }
a:link { color: #010101; } 


/* Header */

#gsg_logo {
    color: #ffffff;
    font-size: 2em;
    line-height: 2em;
}

/* Top navigation */

#gsg_top_navigation {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
}

.gsg_top_navigation_list {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.gsg_top_navigation_list li {
    display: inline;
    list-style-type: none;
    font-weight: bold;
    color: #242424;
    text-shadow: #010101 0px 1px 0px;
}

.gsg_top_navigation_list li:hover {
    color: #000000;
}

.gsg_top_navigation_list a:link,
.gsg_top_navigation_list a:visited,
.gsg_top_navigation_list a:active {
    text-decoration: none;
    color: #ffffff;
    padding: 1.2em;
}

.gsg_top_navigation_list a:hover {
    text-decoration: none;
    color: #000000;
    text-shadow: #ffffff 0px 1px 0px;
    padding: 1.2em;
    background-color: #b9b9b9;
}

.gsg_top_navigation_list li.current {
    color: #000000;
}

.gsg_top_navigation_list li.current a:link,
.gsg_top_navigation_list li.current a:visited,
.gsg_top_navigation_list li.current a:active {
    color: #000000;
    text-shadow: #ffffff 0px 1px 0px;
    padding: 1.2em;
    background-color: #E1DCC6;
}

/* Content */

#gsg_content {
    background-color: #E1DCC6;
    width: 750px;
    border-bottom: 1px solid #010101;
    border-right: 1px solid #010101;
    padding: 0.5em;
}

#gsg_left_content {
    background-color: #E1DCC6;
    padding: 5px 10px 5px 20px;
    border-right: 1px dotted #d8d8d8;
    width: 475px;
    float: left;
}

#gsg_left_content p {
    font: 0.90em Verdana, Arial, Georgia, "Times New Roman", serif;
    line-height: 20px;
    padding-left: 10px;
}

#gsg_left_content h2 {
	font-size:1.5em; color: #131313;
    line-height: 17px;
}
#gsg_left_content h5 {
	padding-top: 5px;
	border-top: 1px solid #8D866C;
	font-size:1.5em; color: #131313;
    line-height: 17px;
}

#gsg_left_content a:link, a:visited, a:active {
    color: #131313;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;   
}

#gsg_left_content a:hover {
    font-weight: bold;
    border: 0;
}

#gsg_right_content {
    background-color: #E1DCC6;
    width: 225px;
    float: right;
    margin-top: 0px;
    padding-right: 10px;
}

#gsg_right_content p {
    line-height: 20px;
    border-bottom: 3px dotted #8D866C;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h3 {
	font-size: 1.3em;
}


h4 {
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 3px dotted #8D866C;
}

/* Footer */

.gsg_smallprint {
    color: #ffffff;
    font-size: 10px;
    text-align: right;
}

.gsg_smallprint a:link, .gsg_smallprint a:visited, .gsg_smallprint a:active {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;   
}

.gsg_smallprint a:hover {
    border: 0;
}

/* Other */

.gsg_slogan {
    border-top: 3px solid #8D866C;
    border-bottom: 3px solid #8D866C;
    padding-top: 10px;
    padding-bottom: 5px;
}

.gsg_designed_by {
    font-size: 0.8em;
    color: #ffffff;
    text-align: right;
}

.gsg_designed_by a:link, .gsg_designed_by a:visited, .gsg_designed_by a:active {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;   
}

.gsg_designed_by a:hover {
    border: 0;
}

.gsg_mini_logo {
    vertical-align: middle;
}