.wrapper { 
		min-width: 640px; 								
        margin: 55px 15% 25px 15%;
}

.outer {
        border-left-width: 310px;  /* left column width */
        border-left-color: #FFF;   /* left column colour */

        border-right-width: 310px; /* right column width */
        border-right-color: #FFF;  /* right column colour */

        background-color: #FFF;	   /* center column colour */
}

.left {
        width: 380px;              /* left column width */
        margin-left: -310px;       /* _negative_ left column width */
}

.right {
        width: 310px;              /* right column width */
        margin-right: -310px;      /* _negative_ right column width */
}

.outer {
		width: auto;
		border-left-style: solid;
		border-right-style: solid;
}

.inner {
		margin: 0;
		width: 100%;
}

.left {
		float: left;
		position: relative;
		z-index: 10;
}

.right {
		float: right;
		position: relative;
		z-index: 11;
}

.clear {
		clear: both;
}

.outer > .inner {
		border-bottom: 1px solid transparent;
}

.left {
		margin-right: 1px;
}

.right {
		margin-left: 1px;
}

a:link {
		color: #888;
		text-decoration:none;
}

a:visited {
		color: #888;
		text-decoration:none;
}

a:hover {
		color: #888;
		text-decoration:none;
}

a:active {
		color: #888;
		text-decoration:none;
}

body {
		font-family: Georgia, Serif, Sans-serif;
}

#title {
		color: #444;
		font-size: 1.4em;
}

.subtitle {
		color: #444;
		font-size: 1.8em;
}

#description {
		color: #888;
		font-size: 13px;
}

#navigation {
		color: #888;
		font-size: 13px;
		float: right;
}

#content {
		margin-top: 35px;
		margin-left: 15px;
		margin-right: 15px;
		color: #888;
		font-size: 13px;
}

#footer {
		margin-top: 1px;
		margin-bottom: 29px;
		color: #888;
		font-size: 13px;
}

#name {
		margin-left: 15px;
		background-color: #fff;
}

img.border {
		padding: 4px;
		border: 1px solid #E9E4D8;
}