		body {
    		margin: 0px;
    		padding: 0px;
    		background-color: #ddd;
    		font-family: 'Century Gothic';
    		font-size: 12px;
    		color: #FF4F4F;
    	}
    	
    	a:link, a:visited {
			text-decoration: none;
			color: #FF4F4F;
		}
		
		a:hover, a:active {
			text-decoration: none;
			color: #FFAAAA;
		}
		
		b, strong {
			color: #FF4F4F;
		}
		
		i, em {
			color: #FF4F4F;
		}
		
		h1 {
			color: #FF4F4F;
			font-family: "Century Gothic";
			font-weight:lighter;
			font-size: 20px;
			text-align: center;
			text-decoration: none;
            letter-spacing: 1px;
            background-color: #F3F3F3;
            padding: 5px;
            margin: 0px -10px 10px -10px;
		}
		
		h2 {
			color: #FF4F4F;
			font-family: "Century Gothic";
			font-weight: lighter;
			font-size: 25px;
			text-decoration: none;
            letter-spacing: 1px;
			margin: 0px;
		}
		
		h4 {
			color: #FF4F4F;
			font-family: "Century Gothic";
			font-weight: lighter;
			font-size: 20px;
			text-decoration: none;
			padding: 0px;
            letter-spacing: 1px;
			margin: 0px;
		}
		
		h3 {
			margin: 0px;
			color: #FF4F4F;
			font-family: "Century Gothic";
			font-weight: lighter;
			font-size: 11px;
			text-align: center;
			text-decoration: none;
            letter-spacing: 1px;
            background-color: #F3F3F3;
            padding: 5px;
            border-left: 3px #C8C8CF solid;
    		border-right: 3px #C8C8CF solid;
		}
		
		::-webkit-scrollbar {
            width: 4px;
            height: 4px;
            background-color: #fff;
        }
		
        ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
            width: 4px;
            background-color: #FF4F4F;
        }
        
        ::selection {
            color: #fff;
            background: #FFAAAA;
        }
        
        ::-moz-selection {
            color: #fff;
            background: #FFAAAA;
        }
        
    	header {
    	    z-index: 999;
    		width: 100%;
    		height: 115px;
    		background-color: #ddd;
    		background: url('img/webbanner.png') center;
    		background-repeat: repeat-x;
    		position: absolute;
    		top: 0px;
    	}
    	
    	nav {
    	    z-index: 999;
    		width: 100%;
    		background-color: #C8C8CF;
    		text-align: center;
    		position: absolute;
    		top: 115px;
    	}
    	
    	nav a {
    		width: 138.6px;
    		line-height: 30px;
    		margin: 0 -2px 0 -2px;
    		display: inline-block;
			color: #FF4F4F;
			transition: background-color 0.5s, color 0.5s;
    		text-decoration: none;
    		text-transform: uppercase;
    		letter-spacing: 2px;
    	}
    	
    	nav a:link, nav a:visited {
    		background-color: #F3F3F3;
    		color: #FF4F4F;
    	}
    	
    	nav a:hover, nav a:active {
    		background-color: #FFAAAA;
    		color: #fff;
    	}
    	
    	nav a.current, nav a.current:hover, nav a.current:active {
    		background-color: #FFAAAA;
    		color: #fff;
    	}

    	#container {
    		width: 967px;
    		height: auto;
    		margin-top: 149px;
    		margin-left: auto;
    		margin-right: auto;
    	}
    	
    	#content {
    		width: 521px;
    		margin-top: 0px;
    		float: right;
    		margin-top: -1px;
    	}
		
		.box {
			width: auto;
			background-color: #fff;
			padding: 10px;
			padding-bottom: 5px;
			margin: 6px 0 5px 0;
			border: 1px solid #bbb;
			display: block;
			color: #FF4F4F;
			font-family: Verdana;
			font-size: 11px;
		}
		
		.biopic {
			width: 30%;
			float: right;
			margin-left: 10px;
		}
		
		.box2 {
			background-color: #fff;
			padding: 10px;
			box-sizing: border-box;
			padding-top: 5px;
			padding-bottom: 5px;
			border: 1px solid #bbb;
			display: inline-block;
			color: #FF4F4F;
			font-family: Verdana;
			font-size: 11px;
			margin-bottom: 5px;
		}
		
		
		.box2 p {
			color: #FF4F4F;
			font-family: "Century Gothic";
			font-weight: normal;
			font-size: 15px;
			text-align: center;
			text-decoration: none;
            letter-spacing: 1px;
            background-color: #F3F3F3;
            padding: 5px;
            margin: 0px -10px 0px -10px;
		}
		
		#center {
			text-align: center;
		}

		.portfolio ul {
			font-family: "Century Gothic";
			font-size: 15px;
			margin: 0px;
			padding: 0px;
			padding-left: 20px;
			list-style-type: circle;
		}

		.portfolio ul li {
			margin: 0px;
		}
				
		iframe {
			border: none;
		}