@charset "UTF-8";
/* CSS Document */

        body {
            margin: 25px;
            padding: 0px;
            border: 0;
            background-color: white;
            color: black;
            font-family: sans-serif;
            font-size: 14px;
            text-align: left;
            width: 1000px;
            min-width:700px;
        }
        body a {
            text-decoration: none;
            color: red;
            font-family: Georgia;
            
        }
        body a:hover {
            text-decoration: underline
        }
        
        
        p {
            font-family: sans-serif;
            letter-spacing: .5px;
            line-height: 22px;
            color: black;
            text-align: left;
        }
        p a {
            font-size: 1.25em;
            text-align: left;
        }


        #header {
            display: block;
            position: relative;
            float: left;
            margin: 0px 0px 0px 0px;
            padding: 0px;
            font: 1em Georgia, serif; color: #ff0000; letter-spacing: 1.5px;
            border-bottom: 1px; solid black;
        }
         #header li a {
            display: block;
            float: left;
            padding: 0px;
            color: black;
            text-decoration: none;
        }
        #header li a:hover {
            color: red;
        }
        
        #header li a.selected {
            color: red;
        }
        .gallerieslink {
            font: 1.125em Georgia, "Times New Roman", serif; letter-spacing: 1px; 
        }
        .gallerieslink a {
            color: black;
            text-decoration: none;
        }
        .gallerieslink a:hover {
            color: red;
        }
        .gallerieslink li a.selected {
            color: red;
        }
        
        .homelink {
            position: relative;
            bottom: 0px;
            left: 270px;
            font: 2em Georgia, "Times New Roman", serif; letter-spacing: 1px;
            
        }
        .homelink a {
            color: red;
            text-decoration: none;
        }
        .homelink a:hover {
            color: black;
            text-decoration: underline
        }
        .homelink li a.selected {
            color: black;
        }
        
        .adminlink {
            font: 1.125em Georgia, "Times New Roman", serif; letter-spacing: 1px;
            position: relative;
            bottom: 0px;
            left: 610px;
        }
        .adminlink a {
            color: black;
            text-decoration: none;
        }
        .adminlink a:hover {
            color: red;
        }
        .adminlink li a.selected {
            color: red;
        }
        .navbar {
            border-bottom: 10px; solid black;
        }
        .navigation {
            list-style: none;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid black;
        }
        .navigation li a {
            display: block;
            float: left;
            background: #ffffff;
            padding: 6px;
            margin: 10px 51px 10px 20px;
            color: black;
            text-decoration: none;
        }
        
        .navigation li a:hover {
            color: red;
            background-color: #ffffff;
        }
        
        .navigation li a.selected {
            color: red;
            background-color: white;
        }
        br {
            clear: left;
        }
        .ummmyeah {
            font: 1.25em Georgia, "Times New Roman", serif; letter-spacing: 1px; color: red;
            letter-spacing: 1px;
            line-height: 22px;
            text-align: left;
            
        }
        .tagline {
            font-family: Helvetica;
            letter-spacing: 1.5px;
            line-height: 20px;
            color: red;
            padding: 10px;
            border-top: 1px solid black;
            border-bottom: 1px solid black;
        }
        .linklist a {
            font-family: Georgia;
            letter-spacing: .5px;
            line-height: 15px;
            color: black;
        
        }
        .linklist a:hover {
            font-family: Georgia;
            letter-spacing: .5px;
            line-height: 15px;
            color: red;
        }
        
        
        
        
        
        /* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#ffffff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#ffffff;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */
     