@charset "UTF-8";
/**************************************************
bakerskateboards.com

Site design by: www.alanvalek.com
PHP by: www.baasinteractive.nl

Go ahead and check out my sketchy CSS!!!!!!!!!!!!!

***************************************************/


/**************************************************
body & background
***************************************************/

body {
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/index_page/baker_craze_background.gif);
}

/**************************************************
product scroller
***************************************************/

div#content_scroll{
	width: 794px;
	height: 380px;
	overflow-y: hidden;
	overflow-x: scroll;
	background-color: #FFFFFF;
}

/**************************************************
profile scroller
***************************************************/

div#content_scroll2{
width: 287px;
height: 355px;
overflow-y: scroll;
overflow-x: hidden;

}

/**************************************************
media scroller
***************************************************/

div#content_scroll3{
	width: 794px;
	height: 380px;
	overflow-y: hidden;
	overflow-x: scroll;
}

/**************************************************
text
***************************************************/


.headings {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-transform: lowercase;
}
.whitebodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;

 /**************************************************
profile background
***************************************************/

}
.profilebg {
	background-image: url(images/team_profiles/profile_main_images/greco_17.gif);
}
.comingsoontablebg {
	background-image: url(images/team_profiles/coming_soon_17.gif);
}

 /**************************************************
media background
***************************************************/

.mediatablebg {
	background-image: url(images/media/media_bg_14.jpg);
	background-repeat: no-repeat;
}
