﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	color: #695d47;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	line-height:16pt;
	text-align: center;
	border-top-style: solid;
	border-top-color: #990000;
	border-top-width: 5px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-bottom-width: 5px;
	border-left-style: none;
}

h1 {
	padding: 0px 0px 0px 0px;
	}

h3 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
}

h4 {
	font-size: 22px;
	font-weight: bold;

	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	}
	
h5 {
	font-size: 18px;
	text-align: center;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	}
	
h6 {
	font-size: 42px;
	font-weight: bold;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	text-align: center;
}

a {
	color: #695d47;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	background-color: inherit;
}

img {
	padding: 1px;
}

img.floatLeft { 
    float: left; 
    margin: 0px 20px 5px 0px; 
}

img.floatRight { 
    float: right; 
    margin: 0px 0px 10px 20px; 
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 25px 12px 25px 2px;
	text-align: justify;
	font-size: 16px;
}



.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

#body_wrapper {
	padding: 5px 0px 10px;
	background-color: #fff;
	color: inherit;
}

#container {
	margin: 0px auto;
	width: 900px;
}

#container .content {
	margin: 0px 0px 0px 30px;
	width: 880px;

}

/* page header */

#page_header h1 {
	width: 200px;
	height: 125px;
	overflow: hidden;
	background: url('images/boomlogosmall.gif') no-repeat 10%;
	border-top-style: none;
	border-right-style: none;
	border-right-color: #990000;
	border-right-width: 12px;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	padding: 0px 0px 0px 250px;
	float: left;
}

/* top navigation menu */

#nav_menu {
	margin-left: 5px;
	margin-top: 5px;
	float: right;
	color: #b3a386;
	text-align: center;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
}

#nav_menu a {
	color: #b3a386;
	background: inherit;
}

#nav_menu a:hover {
	color: #857860;
	background: inherit;
}

#nav_menu ul {
	width: 425px;
	height: 125px;
	overflow: hidden;
}

#nav_menu li {
	float: left;
	border-width: 0px 1px 1px 0px;
	border-color: orange;
	border-style: solid;
	font-size: 20px;
}

#nav_menu li#menu3, #nav_menu li#menu6 {
	border-right: none;
}

#nav_menu li a {
	display: block;
	width: 140px;
	height: 62px;
	text-decoration: none;
}

#nav_menu li a:hover {
	color: #ffffff;
	background-color: #ff9900
}

#nav_menu li a span {
	padding-top: 17px;
	display: block;
}

/* top intro bar */
#box_socialbuttons {
	width: 865px;
	margin: 15px;	
	text-align: center;
	
	}

#box_strapline {
	width: 865px;
	background-color: white;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid gray; 
	margin: 0px 0px 15px 0px;	
	float: left;
	}
	
#box_strapline p {
	text-align: center;
	color: gray;
	font-size: 22px;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	margin: 5px;
	}
	
#box_sectionheadline {
	width: 865px;
	background-color: #888;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid gray; 
	margin: 0px 0px 15px 0px;	
	float: left;
	}
	
#box_sectionheadline p {
	text-align: center;
	color: white;
	font-size: 28px;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	margin: 5px;
	}	

/* TOP 4 TASTER BOXES */

/* scrolling box 1 */
#box_taster1 {
	width: 200px;
	background-color: #DF7401;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #DF7401; 
	margin: 0px;
	}	

#box_taster1 h3 {
	text-align: center;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 28px;
	color: white;
}



#scr1 div {
	visibility:hidden;
	}

#scr1, #scr3 div.default {
	width:198px;
	height:210px;
	overflow:hidden;
	visibility:visible;
	}

#scr1 table tr td div {
	visibility:visible;
	}

#scr1 table tr td {
	padding:-5px;
	color:#ff0000;
	text-align:center;
	vertical-align:middle;
	}

#scr1 img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 170px;
    margin: 5px;
}

#scr1 p {
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	margin: 5px;
	}

#scr1 a:hover {
	background-color: inherit;
	color: gray;
}

#scr1 a {
	background-color: inherit;
	color: purple;
}


	
/* scrolling box 2 */
#box_taster2 {
	width: 200px;
	background-color: gray;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid gray; 
	margin: 0px;
	}	

#box_taster2 h3 {
	text-align: center;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 28px;
	color: white;
}

#box_taster2 h3 a {
	color: white;
}

#box_taster2 h3 a:hover {
	color: yellow;
}



#scr2 div {
	visibility:hidden;
	}

#scr2, #scr2 div.default {
	width:198px;
	height:210px;
	overflow:hidden;
	visibility:visible;
	}

#scr2 table tr td div {
	visibility:visible;
	}

#scr2 table tr td {
	padding:-5px;
	color:#ff0000;
	text-align:center;
	vertical-align:middle;
	}

#scr2 img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 170px;
    margin: 5px;
}

#scr2 p {
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	margin: 5px;
	}

#scr2 a:hover {
	background-color: inherit;
	color: purple;
}

#scr2 a {
	background-color: inherit;
	color: yellow;
}



/* scrolling box 2A - it's festive!*/
#box_taster2A {
    width: 200px;
    background-color: red;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
    border: 3px solid red;
    margin: 0px;
    }    
#box_taster2A h3 {
    text-align: center;
    font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
    font-weight: bold;
    font-size: 28px;
    color: white;
}
#box_taster2A h3 a {
    color: white;
}
#box_taster2A h3 a:hover {
    color: #dbcc9c;
}
 
#scr2 div {
    visibility:hidden;
    }
#scr2, #scr1 div.default {
    width:198px;
    height:210px;
    overflow:hidden;
    visibility:visible;
    }
#scr2 table tr td div {
    visibility:visible;
    }
#scr2 table tr td {
    padding:-5px;
    color:#ff0000;
    text-align:center;
    vertical-align:middle;
    }
#scr2 img {
    padding: 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid white;
    width: 100px;
    margin: 5px;
}
#scr2 p {
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
    margin: 5px;
    }
#scr2 a:hover {
    background-color: inherit;
    color: #f9c43a;
}
#scr2 a {
    background-color: inherit;
    color: white;
}

/* scrolling box 3 */
#box_taster3 {
	width: 200px;
	background-color: #006699;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #006699; 
	margin: 0px;
	}	

#box_taster3 h3 {
	text-align: center;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 28px;
	color: white;
}

#scr3 div {
	visibility:hidden;
	}

#scr3, #scr3 div.default {
	width:198px;
	height:210px;
	overflow:hidden;
	visibility:visible;
	}

#scr3 table tr td div {
	visibility:visible;
	}

#scr3 table tr td {
	padding:-5px;
	color:#ff0000;
	text-align:center;
	vertical-align:middle;
	}

#scr3 img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 175px;
    margin: 5px;
}

#scr3 p {
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	margin: 5px;
	}

#scr3 a:hover {
	background-color: inherit;
	color: purple;
}

#scr3 a {
	background-color: inherit;
	color: yellow;
}

/* scrolling box 4 */
	
#box_taster4 {
	width: 200px;
	background-color: purple;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid purple; 
	margin: 0px;
	}	

#box_taster4 h3 {
	text-align: center;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 28px;
	color: white;
}

#box_taster4 h3 a {
	color: white;
}

#box_taster4 h3 a:hover {
	color: yellow;
}

#scr4 div {
	visibility:hidden;
	}

#scr4, #scr4 div.default {
	width:198px;
	height:210px;
	overflow:hidden;
	visibility:visible;
	}

#scr4 table tr td div {
	visibility:visible;
	}

#scr4 table tr td {
	padding:-5px;
	color:#ff0000;
	text-align:center;
	vertical-align:middle;
	}

#scr4 img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 100px;
    margin: 5px;
}

#scr4 p {
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	margin: 5px;
	}

#scr4 a:hover {
	background-color: inherit;
	color: orange;
}

#scr4 a {
	background-color: inherit;
	color: yellow;
}	
	
	
/* home page misc elements */



#buntingbox {
	width: 815px;
	background-color: white; 
	background-image:url('images/bunting4.gif');
	background-repeat:repeat-x;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 3px solid white; 
	padding: 25px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}


/* more about boom */

#boxmore {
	width: 845px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid orange; 
	padding: 10px;
	margin: 0px 0px 5px 0px;
	text-align: left;

}

#boxmore p {
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	padding: 0px 10px 0px 15px;
}

#boxmore h3 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-size: 16px;
	padding: 0px 10px 0px 15px;
}

#box_moreheader {
	width: 845px;
	background-color: orange; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid orange; 
	padding: 10px;
	margin: 0%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#box_moreheader  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;
}



/* XMAS GIFT GUIDE SECTION */
/* markup for top page header box */
#box_xmasheader {
    width: 845px;
    background-color: red;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
    border: 3px solid red;
    padding: 10px;
    margin: 0%;
    text-align: center;
    color: white;
    font-weight: bold;
}
#box_xmasheader  h1 {
    font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
    font-weight: bold;
    font-size: 32px;
    padding: 0px 0px 10px 0px;
    line-height: 30px;
}
#box_xmasheader ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: gray;
}
#box_xmasheader li {
    float: left;
    font-size: 20px;
    border-right: 1px solid #bbb;
}
#box_xmasheader li:last-child {
    border-right: none;
}
#box_xmasheader li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 35px;
    text-decoration: none;
}
#box_xmasheader li a:hover {
    background-color: #111;
}

/* markup for section boxes */
#box_xmassection {
    width: 845px;
    padding: 10px;
    margin: 0%;
    text-align: center;
}
#box_xmassection  h1 {
    font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
    font-weight: bold;
    font-size: 46px;
    padding: 10px;
    margin: 0px;
    line-height: 40px;
    color: green;
}
#box_xmassection a:hover {
    background-color: inherit;
    color: green;
}
#box_xmassection a {
    background-color: inherit;
    color: green;
    text-decoration: none;
}    

/* markup for product boxes with images aligned to left */
#box_xmasitemL {
    width: 845px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid red;
    padding: 7px;
    margin: 0px 0px 15px 0px;
    text-align: left;
    float: left;
}
#box_xmasitemL  h2 {
    font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
    font-weight: bold;
    font-size: 30px;
    padding: 0px 0px 10px 0px;
    line-height: 30px;
    color: red;
    text-align: center;
}
#box_xmasitemL  p {
    margin: 0px 12px 12px 2px;
    font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    padding: 5px 10px 5px 5px;
}
#box_xmasitemL img {
    width: 250px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid green;
    padding: 5px;
    margin: 0px 25px 10px 10px;
    text-align: center;
    color: gray;
    float: left;
}
#box_xmasitemL a:hover {
    background-color: inherit;
    color: green;
}
#box_xmasitemL a {
    background-color: inherit;
    color: red;
    text-decoration: underline;
}    

/* markup for book boxes with images aligned to left */
#box_xmasitemLbook {
    width: 845px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid red;
    padding: 7px;
    margin: 0px 0px 15px 0px;
    text-align: left;
    float: left;
}
#box_xmasitemLbook  h2 {
    font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
    font-weight: bold;
    font-size: 30px;
    padding: 0px 0px 10px 0px;
    line-height: 30px;
    color: red;
    text-align: center;
}
#box_xmasitemLbook  p {
    margin: 0px 12px 12px 2px;
    font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    padding: 5px 10px 5px 5px;
}
#box_xmasitemLbook img {
    width: 100px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid green;
    padding: 5px;
    margin: 0px 25px 10px 10px;
    text-align: center;
    color: gray;
    float: left;
}
#box_xmasitemLbook a:hover {
    background-color: inherit;
    color: green;
}
#box_xmasitemLbook a {
    background-color: inherit;
    color: red;
    text-decoration: underline;
}    


/* markup for product boxes with images aligned to right */
#box_xmasitemR {
    width: 845px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid red;
    padding: 7px;
    margin: 0px 0px 15px 0px;
    text-align: left;
    float: left;
}
#box_xmasitemR  h2 {
    font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
    font-weight: bold;
    font-size: 30px;
    padding: 0px 0px 10px 0px;
    line-height: 30px;
    color: red;
    text-align: center;
}
#box_xmasitemR  p {
    margin: 0px 12px 12px 2px;
    font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
}
#box_xmasitemR img {
    width: 250px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid green;
    padding: 5px;
    margin: 0px 10px 10px 25px;
    text-align: center;
    color: gray;
    float: right;
}
#box_xmasitemR a:hover {
    background-color: inherit;
    color: green;
}
#box_xmasitemR a {
    background-color: inherit;
    color: red;
    text-decoration: underline;
}   

/* markup for book boxes with images aligned to right */
#box_xmasitemRbook {
    width: 845px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid red;
    padding: 7px;
    margin: 0px 0px 15px 0px;
    text-align: left;
    float: left;
}
#box_xmasitemRbook  h2 {
    font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
    font-weight: bold;
    font-size: 30px;
    padding: 0px 0px 10px 0px;
    line-height: 30px;
    color: red;
    text-align: center;
}
#box_xmasitemRbook  p {
    margin: 0px 12px 12px 2px;
    font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
}
#box_xmasitemRbook img {
    width: 100px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid green;
    padding: 5px;
    margin: 0px 10px 10px 25px;
    text-align: center;
    color: gray;
    float: right;
}
#box_xmasitemRbook a:hover {
    background-color: inherit;
    color: green;
}
#box_xmasitemRbook a {
    background-color: inherit;
    color: red;
    text-decoration: underline;
}   


/* COMPETITIONS */

/* competitions section page */
#box_compheader {
	width: 845px;
	background-color: gray; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid gray; 
	padding: 10px;
	margin: 0%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#box_compheader  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;
	line-height: 30px;
}

#box_comptaster {
	width: 375px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 25px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	float: left;
}

#box_comptaster  h4 {
	text-align: center;
	margin: 0px 12px 12px 2px;
}

#box_comptaster  p {
	margin: 0px 12px 12px 2px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	
}

#box_comptaster  img {
	width: 200px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 0px;
	margin: 0px 25px 0px 0px;
	text-align: center;
	color: gray;
	float: left;
}

#box_compscaptiontall {
	width: 160px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 0px;
	margin: 0px 25px 0px 0px;
	text-align: center;
	color: gray;
	font-size: 8pt;
	float: left;
}


/* individual competition pages */

#boxcomp {
	width: 815px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 25px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

#boxcomp  p {
	margin: 0px 12px 12px 2px;
	padding: 0px 0px 7px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
}

#boxcomp  h3 {
	margin: 40px 40px 20px 20px;
	padding: 20px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	text-align: justify;
}

#boxcomp  h4 {
	margin: 10px 40px 40px 20px;
	padding: 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	text-align: justify;
}

#boxcomp  h5 {
	margin: 0px 12px 12px 2px;
	padding: 50px 0px 7px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	text-align: left;
}

#boxcomp img {
	width: 175px;
	padding: 0px 40px 5px 0px;
	margin: 5px 20px 10px 5px;
	float: left;
}

#boxcomp form {
	width: 715px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 5px solid yellow; 
	padding: 20px 50px 20px 50px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}





#box_comp {
	width: 425px;
	background-color: white; 
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

#box_comp  p {
	margin: 0px 12px 12px 2px;
	padding: 0px 3px 7px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
}

#box_comp  h2 {
	margin: 2px 2px 2px 2px;
	padding: 0px 15px 10px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	text-align: left;
}

#box_comp  h3 {
	margin: 2px 12px 12px 2px;
	padding: 0px 0px 7px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	text-align: justify;
}

#box_comp img {
	width: 200px;
	padding: 5px 30px 5px 2px;
	margin: 0px;
	float: left;
}

#box_comp form {
	width: 355px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 5px solid #990099; 
	padding: 25px;
	margin: 25px 0px 25px 0px;
	text-align: center;
	float: left;
}










#box_compinfo {
	width: 375px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 25px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

#box_compinfo  p {
	margin: 0px;
	padding: 0px 0px 25px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
}

#box_compinfo img {
	width: 375px;
	padding: 25px 0px 25px 0px;
	margin: 0px;
	float: left;
}

#box_compsocial2{
	width: 60px;
	background-color: white; 
	padding: 0px;
	margin: 25px 0px 0px 0px;
	text-align: left;
	float: left;
}







#boxcomplarge {
	width: 822px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 25px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

#box_compscaption {
	width: 250px;
	background-color: white; 
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	color: gray;
	font-size: 8pt;
	float: right;
}

#box_compscaption img {
	width: 240px;
	margin: px;
	}
	
#box_compscaptionportrait {
	width: 200px;
	background-color: white; 
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	color: gray;
	font-size: 8pt;
	float: right;
}

#box_compscaptionportrait img {
	width: 190px;
	margin: px;
	}

	
#box_compscaptionwide {
	width: 810px;
	background-color: white; 
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: gray;
	font-size: 8pt;
	float: right;
}

#box_compscaptionwide img {
	width: 810px;
	margin: 0px;
	}	
	
	
#box_compscaptionbigger {
	width: 450px;
	background-color: white; 
	padding: 0px;
	margin: 0px 0px 0px 15px;
	text-align: center;
	color: gray;
	font-size: 8pt;
	float: right;
}

#box_compscaptionbigger img {
	width: 440px;
	margin: 1px;
	}
	
#box_compscaptionbigger_left {
	width: 350px;
	background-color: white; 
	padding: 0px;
	margin: 0px;

	color: gray;
	font-size: 8pt;
	float: left;
}

#box_compscaptionbigger_left img {
	width: 340px;
	margin: 1px;
	}	
	
#box_compslogos img {
	width: 150px;
	margin: 1px;
	}		
	
#box_compsocial{
	width: 120px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 5px;
	margin: 0px 0px 10px 290px;
	text-align: center;
}	

#box_compsocial1{
	width: 60px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 5px;
	margin: 50px 10px 10px 10px;
	text-align: center;
	float: left;
}	

#box_compamazon{
	width: 790px;
	background-color: gray;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: gray;
	font-size: 8pt;
}

/* fancy individual competition pages */

#boxcompfancy {
	width: 815px;
	background-color: white; 
	background-image:url('images/bunting4.gif');
	background-repeat:repeat-x;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 25px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

#boxcompfancy  p {
	margin: 0px 12px 12px 2px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;

}

#boxcompfancy img {
	width: 150px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	float: left;
}

#boxcompfancy form {
	width: 715px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 20px 50px 20px 50px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

#boxcompfancylarge {
	width: 822px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 25px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

#box_compsfancycaption {
	width: 250px;
	background-color: white; 
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	color: gray;
	font-size: 8pt;
	float: right;
}

#box_compsfancycaption img {
	width: 240px;
	margin: px;
	}

#box_compsfancycaptionbigger {
	width: 450px;
	background-color: white; 
	padding: 0px;
	margin: 0px 0px 0px 15px;
	text-align: center;
	color: gray;
	font-size: 8pt;
	float: right;
}

#box_compsfancycaptionbigger img {
	width: 440px;
	margin: 1px;
	}
	
#box_compfancysocial{
	width: 120px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 5px;
	margin: 0px 0px 10px 290px;
	text-align: center;
}	

#box_compfancyamazon{
	width: 790px;
	background-color: gray;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid gray; 
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: gray;
	font-size: 8pt;
}

/* contact */

#boxcontact {
	width: 300px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid orange; 
	padding: 25px;
	margin: 0px 0px 15px 12px;
	text-align: center;
	float: left;
}

#box_contactheader {
	width: 855px;
	background-color: orange; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid orange; 
	padding: 10px;
	margin: 0%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#boxmore {
	width: 845px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid orange; 
	padding: 10px;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

#box_contactheader  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;
}

#floatLeft { 
    float: left; 
    margin: 0px 0px 0px 0px; 
}

#floatRight { 
    float: right; 
    margin: 0px 0px 0px 0px; 
}

/* INTERVIEWS */

/* markup for individual interview pages */

#box_interview {
	width: 845px;
	background-color: #006699; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #006699; 
	padding: 10px;
	margin: 0%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#box_interview  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;
}

#box_interview  p {
	padding: 0px 0px 7px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;

}

#box_interviewbyline {
	width: 600px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #006699;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 20px;
	padding: 50px 20px 20px 150px;	
}

#box_interviewcaption1 {
	width: 450px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #006699; 
	padding: 5px 5px 5px 0px;
	margin: 30px 20px 0px 0px;
	text-align: center;
	color: gray;
	font-size: 14px;
	float: left;
}

#box_interviewcaption1 img {
	width: 440px;
	margin: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
}

#box_interviewcaption2 {
	width: 450px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #006699; 
	padding: 5px 5px 5px 0px;
	margin: 5px 10px 5px 20px;
	text-align: center;
	color: gray;
	font-size: 14px;
	float: right;
}

#box_interviewcaption2 img {
	width: 440px;
	margin: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
}

#box_interviewsocial{
	width: 120px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #006699; 
	padding: 5px;
	margin: 0px 0px 10px 365px;
	text-align: center;
}

#box_interviewamazon{
	width: 845px;
	background-color: #006699; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #006699; 
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: gray;
	font-size: 8pt;
}
	
/* FILM REVIEWS */

/* markup for top 5 film reviews on homepage */
#boxfilmtaster {
	width: 425px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #cc3399; 
	margin: 0px 0px 15px 0px;
}

#boxfilmtaster img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 380px;
	float: right; 
    margin: 20px;
}

#boxfilmtaster p {
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	
	}
	
#boxfilmtaster h3 {
	text-align: left;
	margin: 20px 20px 0px 25px;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;	
	}
	
#boxfilmtaster h5 {
	font-size: 14px;
	text-align: left;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	margin: 0px 0px 0px 20px;
	}		

/* markup for review previews on film section page */

#box_welcomefilmwide {
	width: 845px;
	background-color: #cc3399; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #cc3399; 
	padding: 10px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	color: white;
	font-weight: bold;
}

#box_welcomefilmwide a:hover {
	background-color: inherit;
	color: #99CC33;
}

#box_welcomefilmwide a {
	background-color: inherit;
	color: #FFFF99;
}

#box_welcomefilm {
	width: 375px;
	background-color: #cc3399; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #cc3399; 
	padding: 25px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	color: white;
	font-weight: bold;
}

#boxfilm {
	width: 375px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #cc3399; 
	padding: 25px;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

#boxfilm img {
	padding: 0px 250px 20px 0px;
	border: none;
	width: 380px;
	float: left; 
    margin: 0px 0px 0px 0px;
}


/* markup for header on individual film review pages */

#box_filmreview {
	width: 845px;
	background-color: #cc3399; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #cc3399; 
	padding: 10px;
	margin: 0%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#box_filmreview  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;
	line-height: 30px;
}

#box_filmreviewcaption {
	width: 640px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #cc3399; 
	padding: 2px;
	margin: 0px 0px 0px 100px;
	text-align: center;
	color: gray;
	font-size: 14px;
}

#box_filmreviewcaption img {
	width: 620px;
	margin: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
}

#box_filmreviewscore{
	width: 185px;
	background-color: white; 
	padding: 1px;
	margin: 0px 0px 10px 335px;
	text-align: center;
}

#box_filmreviewscore img {
	width: 175px;
	margin: 5px;
}

#box_filmreviewsocial{
	width: 120px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #cc3399; 
	padding: 5px;
	margin: 0px 0px 10px 365px;
	text-align: center;
}


/* TECH REVIEWS */

/* tech section page */
#box_techheader {
	width: 845px;
	background-color: purple; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid purple; 
	padding: 10px;
	margin: 0%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#box_techheader  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;
	line-height: 30px;
}

#box_techtaster {
	width: 375px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid purple; 
	padding: 25px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	float: left;
}

#box_techtaster  h4 {
	text-align: center;
	margin: 0px 12px 12px 2px;
}

#box_techtaster  p {
	margin: 0px 12px 12px 2px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	
}

#box_techtaster  img {
	width: 365px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid purple; 
	padding: 0px;
	margin: 0px 25px 20px 0px;
	text-align: center;
	color: purple;
	float: left;
}

/* markup for header on individual tech review pages */

#box_techreview {
	width: 845px;
	background-color: purple; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid purple; 
	padding: 10px;
	margin: 0%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#box_techreview  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;
}

#box_techreviewcaption {
	width: 640px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid purple; 
	padding: 2px;
	margin: 0px 0px 0px 100px;
	text-align: center;
	color: gray;
	font-size: 14px;
}

#box_techreviewcaption img {
	width: 620px;
	margin: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
}

#box_techreviewcaptionsmaller {
	width: 340px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid purple; 
	padding: 2px;
	margin: 0px 0px 0px 250px;
	text-align: center;
	color: gray;
	font-size: 14px;
}

#box_techreviewcaptionsmaller img {
	width: 320px;
	margin: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
}


#box_techreviewscore{
	width: 185px;
	background-color: white; 
	padding: 1px;
	margin: 0px 0px 10px 335px;
	text-align: center;
}

#box_techreviewscore img {
	width: 175px;
	margin: 5px;
}

#box_techreviewsocial{
	width: 120px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid purple; 
	padding: 5px;
	margin: 0px 0px 10px 365px;
	text-align: center;
}

#box_techreviewamazon{
	width: 845px;
	background-color: purple; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid purple; 
	padding: 10px;
	margin: 0px 0px 10px 10px;
	text-align: center;
	color: gray;
	font-size: 8pt;
}

/* tall scrolling tech box */
#box_techtall {
	width: 200px;
	background-color: white;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid purple; 
	margin: 28px 25px 25px 0px;
	text-align: center;
	float: left;
	}	

#scr5 div {
	visibility:hidden;
	}

#scr5, #scr5 div.default {
	width:198px;
	height:350px;
	overflow:hidden;
	visibility:visible;
	}

#scr5 table tr td div {
	visibility:visible;
	}

#scr5 table tr td {
	padding:-5px;
	color:#ff0000;
	text-align:center;
	vertical-align:middle;
	}

#scr5 img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 150px;
    margin: 5px;
}

#scr5 p {
	text-align: center;
	color: gray;
	font-size: 14px;
	font-family: serif;
	margin: 5px;
	}


/* wide scrolling tech box */
#box_techwide {
	width: 350px;
	background-color: white;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid purple; 
	margin: 28px 25px 25px 0px;
	text-align: center;
	float: left;
	}
	
#scr6 div {
	visibility:hidden;
	}

#scr6, #scr6 div.default {
	width: 348px;
	height: 348px;
	overflow:hidden;
	visibility:visible;
	}

#scr6 table tr td div {
	visibility:visible;
	}

#scr6 table tr td {
	padding:-5px;
	color:#ff0000;
	text-align:center;
	vertical-align:middle;
	}

#scr6 img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 325px;
    margin: 5px;
}

#scr6 p {
	text-align: center;
	color: gray;
	font-size: 14px;
	font-family: serif;
	margin: 5px;
	}

/* DVD REVIEWS */

/* markup for dvd box on homepage */

#boxdvdtaster {
	width: 425px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #00CC33; 
	margin: 0px 0px 15px 0px;
}

#boxdvdtaster img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 380px;
	float: right; 
    margin: 20px;
}

#boxdvdtaster p {
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	}
	
#boxdvdtaster h3 {
	text-align: left;
	margin: 20px 20px 0px 25px;
	}
	
#boxdvdtaster h5 {
	font-size: 14px;
	text-align: left;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	margin: 0px 0px 0px 20px;
	}	

/* markup for review previews on dvd section page */

#box_welcomedvdwide {
	width: 845px;
	background-color: #00cc33; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #00cc33; 
	padding: 10px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	color: white;
	font-weight: bold;
	line-height:25pt;
}

#box_welcomedvdwide a:hover {
	background-color: inherit;
	color: #FF3300;
}

#box_welcomedvdwide a {
	background-color: inherit;
	color: #FFFF99;
}

#box_welcomedvd {
	width: 375px;
	background-color: #00cc33; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #00cc33; 
	padding: 10px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	color: white;
	font-weight: bold;
}

#boxdvd {
	width: 375px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #00cc33; 
	padding: 25px;
	margin: 0px 0px 15px 00px;
	text-align: left;
}

#boxdvd img {
	padding: 0px 250px 20px 0px;
	border: none;
	width: 380px;
	float: left; 
    margin: 0px 0px 0px 0px;
}


/* markup for dvd archive pages */

#boxdvd3 {
	width: 230px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #00cc33; 
	padding: 25px;
	margin: 0px 0px 7px 0px;
	text-align: left;
}

#boxdvd3 h3 {
	line-height:28pt;
	margin: 0px 0px 14px 0px;
}

#boxdvd3 p {
	line-height: 16pt;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	text-align: left;	
}


#boxdvd_archive3 {
	width: 255px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #00cc33; 
	padding: 12px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

#boxdvd_archive3 img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 215px;
	float: left; 
    margin: 0px 0px 5px 0px;
}



/* markup for header on individual dvd review pages */

#box_dvdreview {
	width: 845px;
	background-color: #00cc33; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #00cc33; 
	padding: 10px;
	margin: 0px;
	text-align: center;
	color: white;
	font-weight: bold;
}

#box_dvdreview  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;
}

#box_dvdreviewcaption {
	width: 640px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #00cc33; 
	padding: 2px;
	margin: 0px 0px 0px 100px;
	text-align: center;
	color: gray;
	font-size: 14px;
}

#box_dvdreviewcaption img {
	width: 620px;
	margin: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
}

#box_dvdreviewscore{
	width: 185px;
	background-color: white; 
	padding: 1px;
	margin: 0px 0px 10px 335px;
	text-align: center;
}

#box_dvdreviewscore img {
	width: 175px;
	margin: 5px;
}

#box_dvdreviewsocial{
	width: 120px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #00cc33; 
	padding: 5px;
	margin: 0px 0px 10px 365px;
	text-align: center;
}

#box_dvdreviewsocial1{
	width: 70px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #00cc33; 
	padding: 5px;
	margin: 0px 0px 10px 390px;
	text-align: center;
}

#box_dvdreviewamazon{
	width: 845px;
	background-color: #00cc33; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #00cc33; 
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: gray;
	font-size: 8pt;
}

/* GAMES REVIEWS */

/* markup for games box on homepage */

#boxgamestaster {
	width: 425px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #990033; 
	margin: 0px 0px 15px 0px;
}

#boxgamestaster img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 380px;
	float: right; 
    margin: 20px;
}

#boxgamestaster p {
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;

	}
	
#boxgamestaster h3 {
	text-align: left;
	margin: 20px 20px 0px 25px;
	}
	
#boxgamestaster h5 {
	font-size: 14px;
	text-align: left;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	margin: 0px 0px 0px 20px;
	}			

/* markup for review previews on games section page */

#box_welcomegameswide {
	width: 845px;
	background-color: #990033; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #990033; 
	padding: 10px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	color: white;
	font-weight: bold;
}

#box_welcomegameswide a:hover {
	background-color: inherit;
	color: #FFCC66;
}

#box_welcomegameswide a {
	background-color: inherit;
	color: #FFFF99;
}

#boxgames {
	width: 375px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #990033; 
	padding: 25px;
	margin: 0px 0px 15px 00px;
	text-align: left;
}

#boxgames img {
	padding: 0px 250px 20px 0px;
	border: none;
	width: 380px;
	float: left; 
    margin: 0px 0px 0px 0px;
}



/* markup for header on individual games review pages */

#box_gamesreview {
	width: 845px;
	background-color: #990033; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #990033; 
	padding: 10px;
	margin: 0%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#box_gamesreview  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;
}

#box_gamesreviewcaption {
	width: 640px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #990033; 
	padding: 2px;
	margin: 0px 0px 0px 100px;
	text-align: center;
	color: gray;
	font-size: 14px;
}

#box_gamesreviewcaption img {
	width: 620px;
	margin: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
}

#box_gamesreviewscore{
	width: 185px;
	background-color: white; 
	padding: 1px;
	margin: 0px 0px 10px 335px;
	text-align: center;
}

#box_gamesreviewscore img {
	width: 175px;
	margin: 5px;
}

#box_gamesreviewsocial{
	width: 120px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #990033; 
	padding: 5px;
	margin: 0px 0px 10px 365px;
	text-align: center;
}

#box_gamesreviewamazon{
	width: 845px;
	background-color: #990033; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #990033; 
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: gray;
	font-size: 8pt;
}

/* MUSIC reviews */

/* markup for music box on homepage */

#boxmusictaster {
	width: 425px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #996633; 
	margin: 0px 0px 15px 0px;
}

#boxmusictaster img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 180px;
	float: left; 
    margin: 5px 20px 0px 20px;
}

#boxmusictaster p {
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;

	}
	
#boxmusictaster h3 {
	text-align: left;
	margin: 20px 20px 20px 25px;
	}
	
#boxmusictaster h5 {
	font-size: 14px;
	text-align: left;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	margin: 0px 0px 0px 20px;
	}		

/* markup for review previews on music section page */

#box_welcomemusic {
	width: 375px;
	background-color: #996633; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #996633; 
	padding: 25px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	color: white;
	font-weight: bold;
}

#box_welcomemusicwide {
	width: 845px;
	background-color: #996633; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #996633; 
	padding: 10px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	color: white;
	font-weight: bold;
}

#box_welcomemusicwide a:hover {
	background-color: inherit;
	color: #FFCC66;
}

#box_welcomemusicwide a {
	background-color: inherit;
	color: #FFFF99;
}

#boxmusic {
	width: 375px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #996633; 
	padding: 25px;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

#boxmusic img {
	padding: 1px;
	border: none;
	width: 200px;
	float: left; 
    margin: 5px 20px 20px 0px;
}

#boxmusicrating {
	width: 375px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #996633; 
	padding: 25px;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

#boxmusicrating img {
	padding: 1px;
	border: none;
	width: 380px;
	float: left; 
    margin: 5px 20px 20px 0px;
}

/* markup for header on individual music review pages */

#box_musicreview {
	width: 845px;
	background-color: #996633; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #996633; 
	padding: 10px;
	margin: 0%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#box_musicreview  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;
}

#boxmusic_albumart {
	width: 203px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #996633; 
	padding: 15px;
	margin: 0px 20px 15px 0px;
	text-align: left;
	float: left;
}

#boxmusic_albumart img {
	width: 200px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 	
}

#box_musicreviewscore{
	width: 185px;
	background-color: white; 
	padding: 1px;
	margin: 0px 0px 10px 335px;
	text-align: center;
}

#box_musicreviewscore img {
	width: 175px;
	margin: 5px;
}

#box_musicreviewsocial{
	width: 70px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #996633; 
	padding: 5px;
	margin: 0px 0px 10px 390px;
	text-align: center;
}

#box_musicreviewamazon{
	width: 845px;
	background-color: #996633; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #996633; 
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: gray;
	font-size: 8pt;
}


/* BOOK reviews */

/* markup for books box on homepage */
#boxbookstaster {
	width: 425px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #99cc99; 
	margin: 0px 0px 15px 0px;
}

#boxbookstaster img {
	padding: 1px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
	width: 150px;
	float: right; 
    margin: 5px 20px 0px 20px;
}

#boxbookstaster p {
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	font-family: "Gill Sans MT", Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;

	}
	
#boxbookstaster h3 {
	text-align: left;
	margin: 20px 20px 20px 25px;
	}
	
#boxbookstaster h5 {
	font-size: 14px;
	text-align: left;
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	margin: 0px 0px 0px 20px;
	}	

/* markup for review previews on books section page */

#box_welcomebooks {
	width: 375px;
	background-color: #99cc99; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #99cc99; 
	padding: 25px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	color: white;
	font-weight: bold;
}

#box_welcomebookswide {
	width: 845px;
	background-color: #99cc99; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #99cc99; 
	padding: 10px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	color: white;
	font-weight: bold;
}

#box_welcomebookswide a:hover {
	background-color: inherit;
	color: #FFCC66;
}

#box_welcomebookswide a {
	background-color: inherit;
	color: #FFFF99;
}

#boxbooks {
	width: 375px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #99cc99; 
	padding: 25px;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

#boxbooks img {
	padding: 1px;
	border: none;
	width: 175px;
	float: left; 
    margin: 5px 20px 20px 0px;
}

#boxbooksrating {
	width: 375px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #99cc99; 
	padding: 25px;
	margin: 0px 0px 15px 0px;
	text-align: left;
}

#boxbooksrating img {
	padding: 1px;
	border: none;
	width: 380px;
	float: left; 
    margin: 5px 20px 20px 0px;
}

/* markup for header on individual book review pages */

#box_bookreview {
	width: 845px;
	background-color: #99cc99; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	border: 3px solid #99cc99; 
	padding: 10px;
	margin: 0%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#box_bookreview  h1 {
	font-family: Rockwell, "Bookman Old Style", "Book Antiqua", Georgia, serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px 0px 10px 0px;	
}

#box_bookreview_coverpic {
	width: 205px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #99cc99; 
	padding: 10px;
	margin: 0px 10px 0px 15px;
	text-align: center;
	color: white;
	font-weight: bold;
	float: right;
}

#box_bookreview_coverpic img {
	width: 200px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 2px solid white; 
}

#box_bookreviewscore{
	width: 185px;
	background-color: white; 
	padding: 1px;
	margin: 0px 0px 10px 335px;
	text-align: center;
}

#box_bookreviewscore img {
	width: 175px;
	margin: 5px;
}

#box_bookreviewsocial{
	width: 120px;
	background-color: white; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #99cc99; 
	padding: 5px;
	margin: 0px 0px 10px 365px;
	text-align: center;
}

#box_bookreviewamazon {
	width: 845px;
	background-color: #99cc99; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border: 3px solid #99cc99; 
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: gray;
	font-size: 8pt;
}

/* page footer */

#page_footer {
	background-color: #ff9900;
	color: white;
	padding: 12px;
	text-align: center;
	font-size: 12pt;
}

#page_footer a:hover {
	background-color: inherit;
	color: purple;
}

#page_footer a {
	background-color: inherit;
	color: white;
}