/***********************************************************************/
/*                                                                     */
/*   Copyright (c) 2OO4 JM Faure <jmfaure@users.sourceforge.net>       */
/*                                                                     */
/*   OSI Certified Open Source Software                                */
/*                                                                     */
/*   This program is free software; you can redistribute it and/or     */ 
/*   modify it under the terms of the Artistic License as approved     */
/*   by the Open Source Initiative <www.opensource.org>.               */
/*                                                                     */
/*   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,   */
/*   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES   */
/*   OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND          */
/*   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT       */
/*   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,      */
/*   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING      */
/*   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR     */
/*   OTHER DEALINGS IN THE SOFTWARE.                                   */
/*                                                                     */
/***********************************************************************/

/**
 * css /client/styles/css/page_forum.css
 *
 *   This CSS style sheet is tfor phpBB forum in skipperpro.com web site.
 *
 * @author           JM Faure <jmfaure@users.sourceforge.net>
 * @contribution     
 * @version          1.0 15 Feb 2004
 * @since            PHP 4.3.4
 * @copyright        2004, JM Faure
 * @license          Artistic License <www.opensource.org>
 * @history          1.0 15 Feb 2004 : release candidate
 *
 */

/* Import required CSS files */
@import url(/client/styles/css/menus.css);

/* Extract from master.css */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: black;
	background: cornflowerblue url(/client/images/backgrounds/master.jpg) repeat-x;
	text-align: center;
	margin: 0px 0px 0px 10px;  /* top right bottom left */
}
p {
	margin: 0;
	padding: 0;
}

/* Page layout */
#global_container {
	color: white;
	width: 760px;
	margin: 0;
	padding: 0;
	display: block;
}
#glob_head {
	text-align: left;
	height: 60px;
	display: block;
}
#glob_nav {
	height: 40px;
	display: block;
}

/* Header stuff */
.top_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 16px;
	line-height: 32px;
}
